]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: go doc
authorRob Pike <r@golang.org>
Mon, 27 Apr 2015 23:23:43 +0000 (16:23 -0700)
committerRob Pike <r@golang.org>
Mon, 27 Apr 2015 23:24:27 +0000 (23:24 +0000)
Change-Id: I883017b67e8fa76b6f123e8f9bcec3d6f820bbb3
Reviewed-on: https://go-review.googlesource.com/9348
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index 661aa17cfe355c0f9ec5950b678a43f2e6ddf367..238e2b56b9fa07a7476aed0df633efd1099910e4 100644 (file)
@@ -64,6 +64,7 @@ cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5
 cmd/go: .swig/.swigcxx files now require SWIG 3.0.6 or later
 cmd/go: add -run flag to go generate (https://golang.org/cl/9005)
 cmd/go: add $GOLINE to generate's variables (https://golang.org/cl/9007)
+cmd/go: add go doc (https://golang.org/cl/9227)
 cmd/vet: better validation of struct tags (https://golang.org/cl/2685)
 cmd/ld: no longer record build timestamp in Windows PE file header (https://golang.org/cl/3740)
 cmd/go: add -toolexec build option