...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
cmd
/
gofmt
/
testdata
/
stdin1.golden
Documentation:
cmd/gofmt/testdata
1
//gofmt -stdin
2
3
if x {
4
y
5
}
View as plain text