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

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

Awesome Lists containing this project

README

          

# hello-go
[![Actions Status](https://github.com/guozheng/hello-go/workflows/Go/badge.svg)](https://github.com/guozheng/hello-go/actions)

![keep calm and learn go](./keep-calm.png)

## 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/)