]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: fix build
authorRob Pike <r@golang.org>
Fri, 5 Dec 2014 00:37:56 +0000 (09:37 +0900)
committerRob Pike <r@golang.org>
Fri, 5 Dec 2014 00:37:56 +0000 (09:37 +0900)
commit41c6b84342b27353ed40aa3942ef8647631a322b
tree0b1db719c2264c9aff2bf615c1b2f2da590b1fba
parentdd26fc3822e474112e388f51d59a7257361fb72f
cmd/go: fix build
The new semantics of split require the newline be present.
The test was stale.

LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews
https://golang.org/cl/182480043
src/cmd/go/generate.go
src/cmd/go/generate_test.go