Sign in
go
/
tools
/
d4e30f1c225c14bd66e6b9f5db7b841024233459
/
.
/
refactor
/
eg
/
testdata
/
A2.go
blob: 3ae29ad771d80039ebe17787eea04d2279f3d93a [
file
] [
log
] [
blame
]
// +build ignore
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", "")
}