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