Sign in
go
/
tools.git
/
ffb862b5444512cfc8c66d91cbf7d22d301f0bfd
/
.
/
refactor
/
eg
/
testdata
/
A2.go
blob: 2fab7904001bfd084d306d87f6d48a1c5a3a9e7f [
file
] [
log
] [
blame
]
package A2
// This refactoring causes addition of "errors" import.
// TODO(adonovan): fix: it should also remove "fmt".
import myfmt "fmt"
func example(n int) {
myfmt.Errorf("%s", "")
}