stdin6.input 217 B

123456789101112131415161718192021
  1. //gofmt -stdin
  2. if err != nil {
  3. source := strings.NewReader(`line 1.
  4. line 2.
  5. `)
  6. return source
  7. }
  8. f:=func( hat, tail string){
  9. fmt. Println ( hat+ `
  10. foo
  11. `+ tail ,
  12. "more" ,
  13. "and more" )
  14. }