diff options
| author | Rob Pike <r@golang.org> | 2014-09-07 21:55:02 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2014-09-07 21:55:02 -0700 |
| commit | 31bd41e04bd3cbd4a4a213b8a098eaebabae15a3 (patch) | |
| tree | 1f4f2e2314f6efa0134d3d9f7e299b865ca37bee | |
| parent | de4964a78c5cd4258081f9305abc3147b1dbc793 (diff) | |
| download | go-31bd41e04bd3cbd4a4a213b8a098eaebabae15a3.tar.xz | |
doc/go1.4.txt: src/pkg directory is gone.
CC=golang-codereviews
https://golang.org/cl/139310043
| -rw-r--r-- | doc/go1.4.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt index c5da7b72b6..4fe71b4b9e 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -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) |
