Types - Go Lang Practical Programming Tutorial p.3
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=ZCceigT2A6I
Welcome to part 3 of the Go programming tutorial series. In the previous tutorial, we covered some basics on imports and functions. Next, we're going to talk a bit about types in Go. As mentioned in the first tutorial, Go is a static-typed language, meaning you need to specify the type, and the type cannot change without you explicitly changing it.
Text tutorials and sample code: https://pythonprogramming.net/go/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
types
Go
Go lang
go programming
tutorial
programming