]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: src/pkg directory is gone.
authorRob Pike <r@golang.org>
Mon, 8 Sep 2014 04:55:02 +0000 (21:55 -0700)
committerRob Pike <r@golang.org>
Mon, 8 Sep 2014 04:55:02 +0000 (21:55 -0700)
CC=golang-codereviews
https://golang.org/cl/139310043

doc/go1.4.txt

index c5da7b72b6dad7abe2dcc9850d83cbbbdb86be8f..4fe71b4b9e86224bc4510a604e6e633c2635d21b 100644 (file)
@@ -7,6 +7,8 @@ Please keep the list sorted (as in sort.Strings of the lines).
 
 spec: permit for range x (CL 104680043)
 
+the directory src/pkg has been deleted, for instance src/pkg/fmt is now just src/fmt (CL 134570043)
+
 cmd/6l, liblink: use pc-relative addressing for all memory references, so that linking Go binaries at high addresses works (CL 125140043). This cuts the maximum size of a Go binary's text+data+bss from 4GB to 2GB.
 cmd/go: import comments (CL 124940043)
 cmd/go: implement "internal" (CL 120600043)