How to Learn Golang – A Study Guide
This guide will help you learn golang faster and practice writing go codes effectively, while it contains important topics and tips. Golang is a very easy language to learn, its also a general programming language that can be...
Create the GOPATH Environment Variable in Windows
Create or verify your GOPATH environmental variable in Windows OS, this important after installing Go on your system. The process involves verifying the location of the go folder, the path and also the bin folder inside the go...
How to Download and Install Golang
Go can be installed on most popular operating systems, you can download go binary on Windows, Linux, FreeBSD, and macOS. Each of these operating systems has it own download files, meaning you cannot use the windows download file...
Golang Hello World – Writing your First Go Program
The first task is to write a simple program that displays Hello World! in Go. Like most programming language Hello World! illustrates the core structure and how to write the basic syntax in a programming language. It has become a...
Why Learn Golang & What is Golang Used for
Most people know go for its concurrency, however, it is not the only programming language with this feature. It has common attributes with many programming languages especially with C. The strength of go is quite unique and...
Learn Golang – A Beginners Course
History of Go – Go is a very friendly programming language, it has also maintained a good level of consistency since it was first introduced. A brief background history: Three Individuals are credited for the birthing of...
Golang Tutorials
Go is a good programming language for first-time programmers, it is easy to read and learn. It is designed to get rid of some of the flaws in other programming languages. It is popular for its concurrency and binary modules.