mirror of
https://github.com/golang/go.git
synced 2026-02-06 02:45:06 +03:00
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:
committed by
Gopher Robot
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'
|
||||
|
||||
Reference in New Issue
Block a user