Sign in
go
/
tools
/
58ad7eb1ab13c8341bef24805873b70485493969
/
.
/
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
)
}