%PDF- %PDF-
Direktori : /usr/local/go119/src/go/doc/comment/testdata/ |
Current File : //usr/local/go119/src/go/doc/comment/testdata/code6.txt |
-- input -- Run this program: func main() { fmt.Println("hello, world") } Or this: go func() { fmt.Println("hello, world") }() -- gofmt -- Run this program: func main() { fmt.Println("hello, world") } Or this: go func() { fmt.Println("hello, world") }()