Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
99d00eae
Commit
99d00eae
authored
Mar 07, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete vestigial references to package syscall
R=rsc DELTA=8 (0 added, 5 deleted, 3 changed) OCL=25857 CL=25861
parent
7bb335c7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
8 deletions
+3
-8
Makefile
src/lib/Makefile
+1
-1
bufio_test.go
src/lib/bufio_test.go
+0
-1
exec.go
src/lib/exec.go
+0
-1
fmt_test.go
src/lib/fmt/fmt_test.go
+0
-1
io.go
src/lib/io/io.go
+0
-1
utf8_test.go
src/lib/utf8_test.go
+0
-1
bug129.go
test/fixedbugs/bug129.go
+2
-2
No files found.
src/lib/Makefile
View file @
99d00eae
...
...
@@ -101,7 +101,7 @@ testing.6: flag.install fmt.dirinstall
fmt.dirinstall
:
io.dirinstall reflect.dirinstall strconv.dirinstall
hash.dirinstall
:
os.dirinstall
http.dirinstall
:
bufio.install io.dirinstall net.dirinstall os.dirinstall strings.install log.install
io.dirinstall
:
os.dirinstall sy
scall.dirinstall sy
nc.dirinstall
io.dirinstall
:
os.dirinstall sync.dirinstall
json.dirinstall
:
container.dirinstall fmt.dirinstall io.dirinstall math.dirinstall
\
strconv.dirinstall strings.install utf8.install
lang.dirinstall
:
strconv.dirinstall utf8.install unicode.dirinstall
...
...
src/lib/bufio_test.go
View file @
99d00eae
...
...
@@ -9,7 +9,6 @@ import (
"fmt"
;
"io"
;
"os"
;
"syscall"
;
"testing"
;
)
...
...
src/lib/exec.go
View file @
99d00eae
...
...
@@ -7,7 +7,6 @@ package exec
import
(
"os"
;
"syscall"
;
)
// Arguments to Run.
...
...
src/lib/fmt/fmt_test.go
View file @
99d00eae
...
...
@@ -8,7 +8,6 @@ import (
"fmt"
;
"io"
;
"math"
;
"syscall"
;
"testing"
;
)
...
...
src/lib/io/io.go
View file @
99d00eae
...
...
@@ -11,7 +11,6 @@ package io
import
(
"os"
;
"syscall"
;
)
// ErrEOF is the error returned by Readn and Copyn when they encounter EOF.
...
...
src/lib/utf8_test.go
View file @
99d00eae
...
...
@@ -7,7 +7,6 @@ package utf8
import
(
"fmt"
;
"io"
;
"syscall"
;
"testing"
;
"utf8"
;
)
...
...
test/fixedbugs/bug129.go
View file @
99d00eae
...
...
@@ -5,7 +5,7 @@
// license that can be found in the LICENSE file.
package
foo
import
"
syscall
"
import
"
fmt
"
func
f
()
{
syscall
:=
1
fmt
:=
1
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment