]> Cypherpunks repositories - gostls13.git/commit
all: add a space before +build in build tag comments
authorTobias Klauser <tklauser@distanz.ch>
Wed, 4 Sep 2019 09:40:03 +0000 (11:40 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 4 Sep 2019 15:10:03 +0000 (15:10 +0000)
commit033299fab66b08d434be30e05d11f7db63efa71c
tree614083444f4fd0ccdca0c7ba927a10e875560c29
parent14521198679e2c600fd9b5a2da51ff2685f314c1
all: add a space before +build in build tag comments

Add a space before build tag comments so it corresponds to the format
documented at https://golang.org/pkg/go/build/.

Change-Id: I8349d0343597e304b97fb5479847231ed8945b1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/193237
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/modload/testgo.go
src/cmd/go/internal/renameio/renameio_test.go
src/cmd/go/internal/renameio/umask_test.go
src/cmd/go/internal/robustio/robustio_other.go
src/cmd/go/internal/web/url_other.go
src/cmd/go/internal/web/url_other_test.go
src/cmd/go/testdata/script/test_compile_binary.txt
src/runtime/semasleep_test.go