This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
go
Watch
2
Star
0
Fork
You've already forked go
0
mirror of
https://github.com/golang/go.git
synced
2025-12-08 06:10:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
94764d0938
go
/
src
/
cmd
/
internal
/
doc
/
testdata
/
nested
/
ignore.go
6 lines
70 B
Go
Raw
Normal View
History
Unescape
Escape
all: gofmt -w -r 'interface{} -> any' src And then revert the bootstrap cmd directories and certain testdata. And adjust tests as needed. Not reverting the changes in std that are bootstrapped, because some of those changes would appear in API docs, and we want to use any consistently. Instead, rewrite 'any' to 'interface{}' in cmd/dist for those directories when preparing the bootstrap copy. A few files changed as a result of running gofmt -w not because of interface{} -> any but because they hadn't been updated for the new //go:build lines. Fixes #49884. Change-Id: Ie8045cba995f65bd79c694ec77a1b3d1fe01bb09 Reviewed-on: https://go-review.googlesource.com/c/go/+/368254 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-01 12:15:45 -05:00
//go:build ignore
cmd/doc: continue to search when package import fails Keep searching for a package that is both findable and importable. The current code would always guarantee that a package was findable but exited if it was not importable. Fixes #25478 Change-Id: I237b7dfafb930cae02538c4a2e4d5ce0c1058478 Reviewed-on: https://go-review.googlesource.com/114295 Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Rob Pike <r@golang.org> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-05-23 17:23:35 -04:00
// +build ignore
// Ignored package
package
nested
Reference in a new issue
Copy permalink