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