Hello World
Last updated
Last updated
By now you should have your Golang installed, your workspace created, and your $GOPATH
configured. It's time for hello world.
Create a folder named helloworld
in the go-academy
directory. Then create a main.go
inside the helloworld/
directory.