blob: fd772a3c4e44fa62b022b2357efe6586c1b4f347 [file] [log] [blame]
//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" )
}