]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4: add some cmd/go changes
authorRuss Cox <rsc@golang.org>
Fri, 26 Sep 2014 18:37:38 +0000 (14:37 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 26 Sep 2014 18:37:38 +0000 (14:37 -0400)
CC=golang-codereviews
https://golang.org/cl/143650043

doc/go1.4.txt

index d09a154a3d5f543dc3f5e2a7d0e8d7b671e918e9..a68bca78f6fe50ab5521f7a878fe605a3510a973 100644 (file)
@@ -14,6 +14,8 @@ cmd/go: import comments (CL 124940043)
 cmd/go: implement "internal" (CL 120600043)
 cmd/go: implement "generate" (CL 125580044)
 cmd/go: disallow C sources except when using cgo (CL 149720043)
+cmd/go: add test -o flag (CL 149070043)
+cmd/go: redefine build -a to skip standard library in releases (CL 151730045)
 
 asm: make textflag.h available outside of cmd/ld (CL 128050043)
 crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)