]> Cypherpunks repositories - gostls13.git/commit
cmd/go: implement 'internal' convention
authorRuss Cox <rsc@golang.org>
Wed, 6 Aug 2014 20:45:06 +0000 (16:45 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Aug 2014 20:45:06 +0000 (16:45 -0400)
commit1338f327b2deb81ba81107b5033d1b10e97e3abe
tree87f786483544dfe5c2b68b3d4d5943ddd8864ffc
parentea3ac6ba75c5b7496b29117687b0859ad40f3f39
cmd/go: implement 'internal' convention

See golang.org/s/go14internal for design.

LGTM=r
R=r, adg
CC=golang-codereviews
https://golang.org/cl/120600043
src/cmd/go/pkg.go
src/cmd/go/test.bash
src/cmd/go/testdata/testinternal/p.go [new file with mode: 0644]
src/cmd/go/testdata/testinternal2/p.go [new file with mode: 0644]
src/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go [new file with mode: 0644]