Quantcast
Viewing all articles
Browse latest Browse all 35

Go: Hello World!

While searching for courses on Scala, I landed on a website that raved about Go. So, after quickly completing the Scala course on BigDataUniversity I picked up Go. All I have done so far is install Go and start working on the tutorial at tour.golang.org.

Installing Go on a Mac is simple – brew!

Now let’s create a workspace and set the GOPATH.

As usual, the first Hello World code!

And finally, running the code.


Viewing all articles
Browse latest Browse all 35

Trending Articles