GO Programming

GO Programming 001: Installing Golang

Get started programming in Go! Go (also known as Golang) is an open source project developed by a team at Google and many contributors from the open source c...

GO Programming 004: Loops in Go

In this video, we talk about how to do repetitive processes (loops) in Go. Looping is useful when you want to do some action many times. We can use variables...

GO Programming 005: Conditional Statements

In this video, we talk about conditional checks (if statements) in Go. Conditional checks are useful when you want to make a decision based on the state of s...