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
812249fe
Commit
812249fe
authored
Oct 13, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gotype: move to exp/gotype per Go 1 plan
R=r, dsymonds CC=golang-dev
https://golang.org/cl/5269043
parent
da7538c2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
src/cmd/Makefile
+0
-1
Makefile
src/pkg/Makefile
+1
-1
Makefile
src/pkg/exp/gotype/Makefile
+2
-2
doc.go
src/pkg/exp/gotype/doc.go
+0
-0
gotype.go
src/pkg/exp/gotype/gotype.go
+0
-0
gotype_test.go
src/pkg/exp/gotype/gotype_test.go
+0
-0
test1.go
src/pkg/exp/gotype/testdata/test1.go
+0
-0
No files found.
src/cmd/Makefile
View file @
812249fe
...
...
@@ -43,7 +43,6 @@ CLEANDIRS=\
gofmt
\
goinstall
\
gotest
\
gotype
\
goyacc
\
hgpatch
\
...
...
src/pkg/Makefile
View file @
812249fe
...
...
@@ -78,6 +78,7 @@ DIRS=\
exec
\
exp/ebnf
\
exp/ebnflint
\
exp/gotype
\
exp/gui
\
exp/gui/x11
\
exp/norm
\
...
...
@@ -177,7 +178,6 @@ DIRS=\
../cmd/gofmt
\
../cmd/goinstall
\
../cmd/gotest
\
../cmd/gotype
\
../cmd/govet
\
../cmd/goyacc
\
../cmd/hgpatch
\
...
...
src/
cmd
/gotype/Makefile
→
src/
pkg/exp
/gotype/Makefile
View file @
812249fe
...
...
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include
../../Make.inc
include
../../
../
Make.inc
TARG
=
gotype
GOFILES
=
\
gotype.go
\
include
../../Make.cmd
include
../../
../
Make.cmd
test
:
gotest
...
...
src/
cmd
/gotype/doc.go
→
src/
pkg/exp
/gotype/doc.go
View file @
812249fe
File moved
src/
cmd
/gotype/gotype.go
→
src/
pkg/exp
/gotype/gotype.go
View file @
812249fe
File moved
src/
cmd
/gotype/gotype_test.go
→
src/
pkg/exp
/gotype/gotype_test.go
View file @
812249fe
File moved
src/
cmd
/gotype/testdata/test1.go
→
src/
pkg/exp
/gotype/testdata/test1.go
View file @
812249fe
File moved
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