Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
dc5ddd7d
Commit
dc5ddd7d
authored
Mar 09, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- directory rename lang -> go
R=rsc DELTA=2070 (1035 added, 1035 deleted, 0 changed) OCL=25939 CL=25939
parent
820f42d9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
src/lib/Makefile
src/lib/Makefile
+2
-2
src/lib/go/Makefile
src/lib/go/Makefile
+0
-0
src/lib/go/scanner.go
src/lib/go/scanner.go
+0
-0
src/lib/go/scanner_test.go
src/lib/go/scanner_test.go
+0
-0
src/lib/go/token.go
src/lib/go/token.go
+0
-0
src/run.bash
src/run.bash
+1
-1
No files found.
src/lib/Makefile
View file @
dc5ddd7d
...
@@ -9,11 +9,11 @@ GC=6g
...
@@ -9,11 +9,11 @@ GC=6g
DIRS
=
\
DIRS
=
\
container
\
container
\
fmt
\
fmt
\
go
\
hash
\
hash
\
http
\
http
\
io
\
io
\
json
\
json
\
lang
\
math
\
math
\
net
\
net
\
os
\
os
\
...
@@ -99,12 +99,12 @@ strings.6: utf8.install
...
@@ -99,12 +99,12 @@ strings.6: utf8.install
testing.6
:
flag.install fmt.dirinstall
testing.6
:
flag.install fmt.dirinstall
fmt.dirinstall
:
io.dirinstall reflect.dirinstall strconv.dirinstall
fmt.dirinstall
:
io.dirinstall reflect.dirinstall strconv.dirinstall
go.dirinstall
:
strconv.dirinstall utf8.install unicode.dirinstall
hash.dirinstall
:
os.dirinstall
hash.dirinstall
:
os.dirinstall
http.dirinstall
:
bufio.install io.dirinstall net.dirinstall os.dirinstall strings.install log.install
http.dirinstall
:
bufio.install io.dirinstall net.dirinstall os.dirinstall strings.install log.install
io.dirinstall
:
os.dirinstall sync.dirinstall
io.dirinstall
:
os.dirinstall sync.dirinstall
json.dirinstall
:
container.dirinstall fmt.dirinstall io.dirinstall math.dirinstall
\
json.dirinstall
:
container.dirinstall fmt.dirinstall io.dirinstall math.dirinstall
\
strconv.dirinstall strings.install utf8.install
strconv.dirinstall strings.install utf8.install
lang.dirinstall
:
strconv.dirinstall utf8.install unicode.dirinstall
# TODO(rsc): net is not supposed to depend on fmt or strings or strconv
# TODO(rsc): net is not supposed to depend on fmt or strings or strconv
net.dirinstall
:
fmt.dirinstall once.install os.dirinstall strconv.dirinstall strings.install
net.dirinstall
:
fmt.dirinstall once.install os.dirinstall strconv.dirinstall strings.install
os.dirinstall
:
syscall.dirinstall once.install
os.dirinstall
:
syscall.dirinstall once.install
...
...
src/lib/
lang
/Makefile
→
src/lib/
go
/Makefile
View file @
dc5ddd7d
File moved
src/lib/
lang
/scanner.go
→
src/lib/
go
/scanner.go
View file @
dc5ddd7d
File moved
src/lib/
lang
/scanner_test.go
→
src/lib/
go
/scanner_test.go
View file @
dc5ddd7d
File moved
src/lib/
lang
/token.go
→
src/lib/
go
/token.go
View file @
dc5ddd7d
File moved
src/run.bash
View file @
dc5ddd7d
...
@@ -25,10 +25,10 @@ maketest() {
...
@@ -25,10 +25,10 @@ maketest() {
maketest
\
maketest
\
lib/fmt
\
lib/fmt
\
lib/go
\
lib/hash
\
lib/hash
\
lib/io
\
lib/io
\
lib/json
\
lib/json
\
lib/lang
\
lib/math
\
lib/math
\
lib/net
\
lib/net
\
lib/os
\
lib/os
\
...
...
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