]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clarify that tag lists are space-separated
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 28 Jan 2017 10:29:53 +0000 (11:29 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 8 Feb 2017 00:59:03 +0000 (00:59 +0000)
commit48d71990722f3cc81305c794d3d3b6d9007770c8
tree1b08a61eda74e136fa9daa322ce36c7610d071cb
parent3b84a3c9acaaba04a232f7e73a40c36bccd5e988
cmd/go: clarify that tag lists are space-separated

Apparently the current documentation is confusing users that
quickly skim the flags list at the top. Make very clear that
build tags are space-separated.

Updates #18800

Change-Id: I473552c5a2b70ca03d8bbbd2c76805f7f82b49a2
Reviewed-on: https://go-review.googlesource.com/35951
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go