This is the third tutorial in our Golang tutorial series and it deals with variables in Golang. You can read part 2 to learn about configuring Go and running the hello world program. What is a variable? Variable is the name given to a memory location to store a value of a specific type. There are various syntaxes to declare variables in Go. Let’s look at them one by one.