summaryrefslogtreecommitdiff
path: root/learn/golang/README.md
blob: 48a5a813abd67e7c3c8c0c9ca35db80e7a50cc9c (plain)
1
2
3
4
5
6
# Go lang (The Go Programming Language)

To get proficient with Golang you must read the docs.

* [How to Write Go Code](https://go.dev/doc/code)
* [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests)