Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
gofmt
/
testdata
/
Filename :
stdin6.golden
back
Copy
//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") }