diff options
| author | Daniel Martí <mvdan@mvdan.cc> | 2017-04-27 18:25:43 +0100 |
|---|---|---|
| committer | Daniel Martí <mvdan@mvdan.cc> | 2017-04-28 19:08:35 +0000 |
| commit | 16b6bb88ebfbd079a1d0b7c0cef80fa55eaf0211 (patch) | |
| tree | 514ccb64de2852c2d44dd7bdbc94f0ca6ba85f79 /src/net/http | |
| parent | 60db9fb6bccde26f5384978a3f64a6f409a515bc (diff) | |
| download | go-16b6bb88ebfbd079a1d0b7c0cef80fa55eaf0211.tar.xz | |
cmd/go: error on space-separated list with comma
Using 'go build -tags "foo,bar"' might seem to work when you wanted
-tags "foo bar", since they make up a single tag that doesn't exist and
the build is unaffected.
Instead, error on any tag that contains a comma.
Fixes #18800.
Change-Id: I6641e03e2ae121c8878d6301c4311aef97026b73
Reviewed-on: https://go-review.googlesource.com/41951
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/net/http')
0 files changed, 0 insertions, 0 deletions
