Mapping news data - Go Lang Practical Programming Tutorial p.15
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=2umnbZxdu-s
Welcome to part 15 of the Go programming tutorial series, where we'll be incorporating a map into our sitemap that we've pulled.
One issue we're going to come across immediately is when we find ourselves wanting to store 2 or more values in the map's value, because we can only specify one type. Have we any idea for how to create a type that contains multiple values? Sure we do! Structs!
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:
Go
Go lang
go programming
tutorial
programming
map
mapping