Sign in
go
/
tools
/
9ac8e33b364013c87ce70b51928d01d52c302476
/
.
/
refactor
/
eg
/
testdata
/
A2.golden
blob: b6e3a6d7aec28d873511ed6e506708b434a81d47 [
file
] [
log
] [
blame
]
// +build ignore
package
A2
// This refactoring causes addition of "errors" import.
// TODO(adonovan): fix: it should also remove "fmt".
import
(
"errors"
myfmt
"fmt"
)
func example
(
n
int
)
{
errors
.
New
(
""
)
}