Maps - Go Lang Practical Programming Tutorial p.14

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=Uv4ZLaV6a9g



Category:
Tutorial
Duration: 8:27
27,240 views
402


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


2017-11-12Buffering and Iterating over Channels - Go Lang Practical Programming Tutorial p.23
2017-11-12Channels - Go Lang Practical Programming Tutorial p.22
2017-11-11Panic and Recover - Go Lang Practical Programming Tutorial p.21
2017-11-11Defer - Go Lang Practical Programming Tutorial p.20
2017-11-10Goroutine Synchronization - Go Lang Practical Programming Tutorial p.19
2017-11-09Goroutines - Go Lang Practical Programming Tutorial p.18
2017-11-05S2000 MSR Cresson 3.1 CCW Nov 4 - An early end
2017-11-03Using templates - Go Lang Practical Programming Tutorial p.17
2017-11-02HTML templates - Go Lang Practical Programming Tutorial p.16
2017-11-01Mapping news data - Go Lang Practical Programming Tutorial p.15
2017-10-30Maps - Go Lang Practical Programming Tutorial p.14
2017-10-29Continuing our Go Web application - Go Lang Practical Programming Tutorial p.13
2017-10-28Looping - Go Lang Practical Programming Tutorial p.12
2017-10-28Parsing XML - Go Lang Practical Programming Tutorial p.11
2017-10-27Accessing the internet - Go Lang Practical Programming Tutorial p.10
2017-10-27More web dev basics - Go Lang Practical Programming Tutorial p.9
2017-10-23Pointer Receivers - Go Lang Practical Programming Tutorial p.8
2017-10-23Methods - Value Receivers - Go Lang Practical Programming Tutorial p.7
2017-10-23Structs - Go Lang Practical Programming Tutorial p.6
2017-10-21Simple Web App - Go Lang Practical Programming Tutorial p.5
2017-10-21Pointers - Go Lang Practical Programming Tutorial p.4



Tags:
Go
Go lang
go programming
tutorial
programming
map
mapping