1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00
go/src/bytes
Russ Cox 6077f0fc32 cmd/go: fix bytes and net the right way
Not sure why they used empty.s and all these other
packages were special cased in cmd/go instead.
Add them to the list.

This avoids problems with net .s files being compiled
with gcc in cgo mode and gcc not supporting // comments
on ARM.

Not a problem with bytes, but be consistent.

The last change fixed the ARM build but broke the Windows build.
Maybe *this* will make everyone happy. Sigh.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/144530046
2014-09-24 19:18:01 -04:00
..
buffer_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
buffer.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
bytes_decl.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
bytes_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
bytes.go bytes, strings: document that FieldsFunc f must not be stateful 2014-09-18 19:40:31 -04:00
compare_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
equal_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
export_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
reader_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
reader.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00