mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
22 lines
217 B
Plaintext
22 lines
217 B
Plaintext
//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" )
|
|
}
|