]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add cmd/go pkgdir changes to go1.8.txt
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 28 Aug 2016 16:05:33 +0000 (09:05 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 29 Aug 2016 15:25:13 +0000 (15:25 +0000)
Change-Id: I451ca386781b50ab47b313e07a610867fa14aeaf
Reviewed-on: https://go-review.googlesource.com/27990
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.8.txt

index 3cecbc89f37fa95b4decb736e81ed4fa92608808..3730644964bfcdac6d9d37a371da93fa7ef91953 100644 (file)
@@ -4,6 +4,7 @@ Tools:
 compile: SSA for 386, arm, arm64, ppc64le, ... (many CLs)
 yacc: "go tool yacc" is removed. now at golang.org/x/tools/cmd/goyacc (CL 27324, CL 27325)
 go: -buildmode=c-archive now builds PIC on ELF (CL 24180)
+go: mobile pkg dir change, recommend using go list in scripts (CL 24930, CL 27929)
 
 Ports: