]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5: mention the ${SRCDIR} in cgo line change
authorShenghou Ma <minux@golang.org>
Thu, 12 Mar 2015 17:24:24 +0000 (13:24 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Mar 2015 17:26:08 +0000 (17:26 +0000)
Change-Id: I4bc08a7085b45be3d2755a1986cf5b8c82fa165d
Reviewed-on: https://go-review.googlesource.com/7500
Reviewed-by: Minux Ma <minux@golang.org>
doc/go1.5.txt

index 613f9b329e32ae82d020a0431e7980c05a785667..c4a8012986665d67197d577afeb0ac6a17815eaf 100644 (file)
@@ -25,6 +25,7 @@ testing/quick: support generation of arrays (https://golang.org/cl/3865)
 
 Tools:
 
+cmd/go, go/build: add ${SRCDIR} variable expansion to cgo lines (https://golang.org/cl/1756)
 cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5550)
 cmd/go: .swig/.swigcxx files now require SWIG 3.0.6 or later
 cmd/vet: better validation of struct tags (https://golang.org/cl/2685)