Sign in
go
/
go.git
/
8faefcbfce6d2b2875ab74d81bb4e94b2e3adaf5
/
.
/
src
/
cmd
/
gofmt
/
testdata
/
stdin6.input
blob: 78330020c659e07f6a89bcb70d0abbcb73aae123 [
file
]
//gofmt -stdin
if
err
!=
nil
{
source
:=
strings
.
NewReader
(
`line 1.
line 2.
`
)
return
source
}
f
:=
func
(
hat
,
tail
string
){
fmt
.
Println
(
hat
+
`
foo
`
+
tail
,
"more"
,
"and more"
)
}