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...
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...
In this video, we build our first go program. We talk about our first “Hello World” program, and go through what each part of the source code does. Next, we ...
In this video, we talk about how to create and use a variable in Go. We modify our ‘Hello World’ program to set and print variables instead of strings. A var...
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...
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...