Sign in
go
/
tools
/
88b5529c9e152818a95a94bba07f34ce60532bb0
/
.
/
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
(
""
)
}