# Go 编程语言

## Getting Started

1. 先学一个简易教程:[A Tour of Go](https://go.dev/tour/welcome/1)
2. 再找一个官方教程

refer

- [Essential Go - a free Go programming book](https://www.programming-books.io/essential/go/)
- [The Little Go Book](https://www.openmymind.net/The-Little-Go-Book/)
- https://github.com/quii/learn-go-with-tests
- [The Go Programming Language](https://go.dev/)
- [The Go Programming Language Specification - The Go Programming Language](https://go.dev/ref/spec)
- [A Tour of Go](https://go.dev/tour/welcome/1)
- [Learn Go Programming by Building 11 Projects](https://www.freecodecamp.org/news/learn-go-by-building-11-projects/)
- [Go - ArchWiki](https://wiki.archlinux.org/title/Go)
- [Go cross compilation · rakyll.org](https://rakyll.org/cross-compilation/)
- [IDEsAndTextEditorPlugins · golang/go Wiki](https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins)
- [Go by Example](https://gobyexample.com/)
- [Go (programming language) - Wikipedia](https://en.wikipedia.org/wiki/Go_(programming_language))
- https://golangexample.com/
