Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hantsy/go-sandbox
Go playground
https://github.com/hantsy/go-sandbox
Last synced: 3 days ago
JSON representation
Go playground
- Host: GitHub
- URL: https://github.com/hantsy/go-sandbox
- Owner: hantsy
- License: apache-2.0
- Created: 2020-03-15T04:10:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T08:15:43.000Z (11 months ago)
- Last Synced: 2024-10-31T14:26:20.980Z (about 2 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Sandbox
Personal playground for practicing Go programming language.
## References
* The official [A Tour of Go](https://tour.golang.org), [FAQ](https://golang.org/doc/faq)
* [Go in Visual Studio Code](https://code.visualstudio.com/docs/languages/go)
* [Go by example](https://gobyexample.com)
* [Learn X in Y minutes(Where X=GO)](https://learnxinyminutes.com/docs/go/)
* [如何写出优雅的 Go 语言代码](https://draveness.me/golang-101/)
* [写给新手的 Go 开发指南](https://liujiacai.net/blog/2019/07/17/hello-golang/)
* [Go 笔记](https://github.com/overnote/over-golang/)
* [Go语言高级编程](https://github.com/chai2010/advanced-go-programming-book)
* [The Go programming language中文版](https://github.com/gopl-zh/gopl-zh.github.com)
* [Go / Golang Crash Course](https://www.youtube.com/watch?v=SqrbIlUwR0U&list=RDCMUC29ju8bIPH5as8OGnQzwJyA&index=1)
* [Learn Go Programming - Golang Tutorial for Beginners](https://www.youtube.com/watch?v=YS4e4q9oBaU)
* Three parts of video courses:
* [Go University 101 - Learn Golang ](https://www.youtube.com/playlist?list=PLEcwzBXTPUE9V1o8mZdC9tNnRZaTgI-1P)
* [Go University 201 - Intermediate Golang ](https://www.youtube.com/playlist?list=PLEcwzBXTPUE9V1o8mZdC9tNnRZaTgI-1P)
* [Go University 301 - Master Golang ](https://www.youtube.com/playlist?list=PLEcwzBXTPUE9V1o8mZdC9tNnRZaTgI-1P)