Retro68/gcc/libgo/go/cmd/gofmt/testdata/stdin6.input

22 lines
217 B
Plaintext
Raw Normal View History

//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" )
}