%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/go119/src/go/doc/comment/testdata/
Upload File :
Create Path :
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")
	}()

Zerion Mini Shell 1.0