Maps - Go Lang Practical Programming Tutorial p.14
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=Uv4ZLaV6a9g
Welcome to part 14 of the Go programming tutorial series, where we're going to cover maps. In the previous tutorial, we've been working on parsing XML sitemaps for data on articles. In our case, we've got titles, keywords, and URLs that link to the articles. We'd like to be able to store these into maps like: Title: [keywords, url].
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