Sign in
go
/
tools
/
2f64839e7561451f89e2733a54bc337acfb62e3e
/
.
/
refactor
/
eg
/
testdata
/
A2.golden
blob: 0e4ca447bc414b1199122548cdf1f3507b08488c [
file
] [
log
] [
blame
]
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
(
""
)
}