Beginner

Your first program in Go (Golang)

Hi Everyone, when we are learning a new programming language it’s common starting with the classic “Hello, World” program. So this is what we’ll do now in Go. For this tutorial I’ll consider that you have go installed in your machine. If you don’t have go installed in your machine please access the Go documentation and follow the steps into installation section. Writing your code Start creating a folder hello in your computer and inside of it create a new file called main.