Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hantsy/go-sandbox

Go playground
https://github.com/hantsy/go-sandbox

Last synced: 3 days ago
JSON representation

Go playground

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)