Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/cmd/stringer: typo in endtoend_test.go #22623

Closed
ghost opened this issue Nov 7, 2017 · 1 comment
Closed

x/tools/cmd/stringer: typo in endtoend_test.go #22623

ghost opened this issue Nov 7, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 7, 2017

x/tools/cmd/stringer/endtoend_test.go

has a typo on line 57

t.Logf("cgo is no enabled for %s", name)

which should read

t.Logf("cgo is not enabled for %s", name)

@gopherbot gopherbot added this to the Unreleased milestone Nov 7, 2017
@gopherbot
Copy link

Change https://golang.org/cl/76397 mentions this issue: cmd/stringer: fix typo in test log message ("no" -> "not")

SOF3 pushed a commit to SOF3/go-stringer-inverse that referenced this issue Aug 23, 2018
Fixes golang/go#22623

Change-Id: I62ab82a04f34f379f715f0902a69caa9c74c50d2
Reviewed-on: https://go-review.googlesource.com/76397
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Kevin Burke <kev@inburke.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
SOF3 pushed a commit to SOF3/go-stringer-inverse that referenced this issue Aug 23, 2018
Fixes golang/go#22623

Change-Id: I62ab82a04f34f379f715f0902a69caa9c74c50d2
Reviewed-on: https://go-review.googlesource.com/76397
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Kevin Burke <kev@inburke.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@golang golang locked and limited conversation to collaborators Nov 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant