Welcome to part 10 of the Go programming tutorial series, where we’re going to be covering how to access the internet with Go and how to parse data from it. In our case, we’re going to focus on getting data from a website’s sitemap.
Text tutorials and sample code: https://pythonprogramming.net/go/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Amazon Auto Links: No products found.
thanks for these videos, them help me
Great tuts! Wish you could make them longer. Really looking forward for the rest of the series!
Hey I kinda disappointed you don’t do a CRUD app here
Why am i getting “panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0xffffffff addr=0x0 pc=0x23f02a]” error. I wrote the same code!
Amazing as usual. It will be nice of you cover scraping as well.
can you upload more pygame game making tutorials(not simple games) and how to make a spritesheet with pygame please?
But how do you code a Go Kart?
I just keep on commenting!
aaaand you haven’t responded to any of them please check on discussion session
I have commented there and please respond to it!!!
You can install gosublime and then set it up to add the imports for you as you need them. So say you use fmt.Println() you can hit save and it would automatically add “fmt” in your imports. I would also suggest setting it up to run go fmt or goreturns on save to automatically format your code the Go way as well. Just somethings that can make you more productive in Go.
Good stuff fella.
But what would be the other things your unpacking that you used the _ for?