This is the second tutorial in our Golang tutorial series. Please read our previous tutorial Golang Introduction and Installation to know about what is Golang and how to install Golang. There is no better way to learn a programming language than getting our hands dirty with code. Let’s go ahead and write our first Go program. Setting up the development environment Let’s create a directory where we want to write our hello world program.