https://github.com/guozheng/hello-go
practice to learn Go programming
https://github.com/guozheng/hello-go
golang learning-by-doing programming
Last synced: 2 days ago
JSON representation
practice to learn Go programming
- Host: GitHub
- URL: https://github.com/guozheng/hello-go
- Owner: guozheng
- License: mit
- Created: 2019-10-23T16:16:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T23:26:11.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T02:01:30.721Z (over 1 year ago)
- Topics: golang, learning-by-doing, programming
- Language: Go
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-go
[](https://github.com/guozheng/hello-go/actions)

## references
* [Shichao's Notes on Go](https://notes.shichao.io/gopl/): an in-depth coverage of the topics with lots of practical insights
* [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests)
* [Go by example](https://gobyexample.com/)
* [Go 1.11 Rocket Tutorial](https://getstream.io/blog/go-1-11-rocket-tutorial/)
* [Go go-to guide](https://yourbasic.org/golang/)