Sign in
go
/
tools
/
67611a11a1be5466d372eba4e925d97290929ef4
/
.
/
refactor
/
eg
/
testdata
/
I1.golden
blob: d0246aeb85dc784b29f3b9911caa257665b5eb28 [
file
] [
log
] [
blame
]
package
I1
import
(
"errors"
"fmt"
)
func example
()
{
n
:=
fmt
.
Sprintf
(
"error - %s"
,
"foo"
)
_
=
errors
.
New
(
n
)
}