]> Cypherpunks repositories - gostls13.git/commit
go/build: put a space between 'generated by make' and package statement
authorAndrew Gerrand <adg@golang.org>
Wed, 1 Feb 2012 21:52:22 +0000 (08:52 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 1 Feb 2012 21:52:22 +0000 (08:52 +1100)
commit55779917f35b4a6c85ad4d750719cffb53299849
tree93a6e773bcf4c2f932e8e7da1b13c3f799ba011d
parent71c19b610f1f5c0d61cc339d122eba730fc78c71
go/build: put a space between 'generated by make' and package statement

This prevents the message from showing up in godoc.

R=rsc
CC=golang-dev
https://golang.org/cl/5610046
src/pkg/go/build/Makefile
src/pkg/go/build/syslist.go