Tag: golang
All the articles with the tag "golang".
Go Series - Arrays - Advanced Data Types in Go
Published: at 07:22 PM (8 min watch)This is the fifth video in the Learn Go Series on Arrays, our first advanced data type we will be discussing. I cover how to create arrays, add values to them by index, print out the values of your arrays, and some short hand tips to reduce your code. This should provide a good foundation for Arrays in Go.
Go Series - Variables and Basic Data Types in Go
Published: at 07:22 PM (8 min watch)This is the fourth video in the Learn Go Series on basic data types, I cover variables, how you can use them, and the three basic data types of Go. Advanced data structures will be covered in the next videos.
Go Series - First Program With Go
Published: at 07:22 PM (3 min watch)This is the first video in the Learn Go Series, this series is beginner friendly with additional detail put into practical applications.