Description:"A Tour of Go has several interactive examples of how Go which you can learn from. There is a menu available if you would like to skip to different sections.",
URL:"https://go.dev/tour/welcome/1",
},
{
Title:"Go by Example",
Description:"As described on the website: Go by Example is a hands-on introduction to Go using annotated example programs. I have used this site many times as a reference when I need to look something up.",
URL:"https://gobyexample.com/",
},
{
Title:"Go.dev",
Description:"Learn how to install Go on your machine and read the documentation on the Go website.",