Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemokemo/golang-sketchbook
This is my sketchbook of golang ʕ◔ϖ◔ʔ.
https://github.com/kemokemo/golang-sketchbook
go golang golang-examples learning sandbox
Last synced: 1 day ago
JSON representation
This is my sketchbook of golang ʕ◔ϖ◔ʔ.
- Host: GitHub
- URL: https://github.com/kemokemo/golang-sketchbook
- Owner: kemokemo
- Created: 2019-06-19T14:47:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:33:00.000Z (7 months ago)
- Last Synced: 2024-06-21T21:11:34.700Z (5 months ago)
- Topics: go, golang, golang-examples, learning, sandbox
- Language: Go
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-sketchbook
This is the kemokemo's golang sketchbook to play with golang! ʕ◔ϖ◔ʔ
## References
- [The Go Programming Language](https://www.gopl.io/)
- Without a doubt, I think this book is the bible when you start learning golang.
- [golang.org](https://golang.org/)
- [The Go Blog](https://blog.golang.org/)### Japanese books
- [プログラミング言語Go](https://www.maruzen-publishing.co.jp/item/?book_no=295039)
+ You can also read the Japanese version.
- [Go言語によるWebアプリケーション開発](https://www.oreilly.co.jp/books/9784873117522/)
- [Go言語による並行処理](https://www.oreilly.co.jp/books/9784873118468/)
- [改訂2版 みんなのGo言語](https://gihyo.jp/book/2019/978-4-297-10727-7)