]> Cypherpunks repositories - gostls13.git/commit
go/build: change //build to // +build
authorRuss Cox <rsc@golang.org>
Thu, 15 Sep 2011 20:48:21 +0000 (16:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 15 Sep 2011 20:48:21 +0000 (16:48 -0400)
commitef32eaceef917880cf2235e1b3bf80d1b37a8d4a
tree509c64ceb7a77dda71bf54908c1de1ee673c2c7c
parentb955e265643727892da5df5d32f51af483a591ad
go/build: change //build to // +build

New rules as discussed on CL 5011046.
Also apply to C and assembly files, not just Go files.

R=r, rogpeppe
CC=golang-dev
https://golang.org/cl/5015051
src/pkg/go/build/dir.go