mirror of https://github.com/golang/go.git
cmd/go: add comment for intentional misspelling
Try to avoid fixes from automatic spell checkers. Change-Id: I1d134fb2721decffa865a3f4d78bca4fce8e8fee Reviewed-on: https://go-review.googlesource.com/c/go/+/502658 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
a7b1793701
commit
8484f2fe02
|
|
@ -1,6 +1,6 @@
|
|||
[compiler:gccgo] skip # gccgo assumes cross-compilation is always possible
|
||||
|
||||
env GOOS=windwos
|
||||
env GOOS=windwos # intentional misspelling of windows
|
||||
|
||||
! go build -n exclude
|
||||
stderr 'unsupported GOOS/GOARCH pair'
|
||||
stderr 'unsupported GOOS/GOARCH pair'
|
||||
|
|
|
|||
Loading…
Reference in New Issue