# Go Lang

## Go Programming Language

{% embed url="<https://github.com/Alikhll/golang-developer-roadmap>" %}

{% embed url="<https://github.com/enocom/gopher-reading-list>" %}

### Links

* [ ] [The Go Programming Language](https://golang.org/)
* [ ] [Go API Reference](https://golang.org/pkg/math/)
* [ ] [Blog](https://blog.golang.org/)
* [ ] [Go experience reports](https://github.com/golang/go/wiki/ExperienceReports)
* [ ] [awesome-go](https://github.com/avelino/awesome-go)

### Language

* [ ] [Go 101](https://go101.org/article/101.html) - книга по основам языка Go - непростая

### Go Best Practices

* [ ] [Go code review comments](https://github.com/golang/go/wiki/CodeReviewComments)
* [ ] [go-advices](https://github.com/cristaloleg/go-advices)
* [ ] [50 shades of Go](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/index.html) - сборник особенностей go&#x20;
* [ ] [Errors in Go - from denial to acceptance](https://evilmartians.com/chronicles/errors-in-go-from-denial-to-acceptance)
* [ ] [Hidden gems of Golang](https://www.reddit.com/r/golang/comments/m0kr9b/lets_share_some_hidden_gems_in_golang/)&#x20;
* [ ] [Go FAQ](https://golang.org/doc/faq)&#x20;
* [ ] [Go Proverbs](https://go-proverbs.github.io/) - мудрые заметки про язык Go
* [ ] [Idiomatic Go](https://about.sourcegraph.com/go/idiomatic-go/), [Idiomatic Go 2](https://dmitri.shuralyov.com/idiomatic-go)&#x20;
* [ ] [Блог Дейва Чейни](https://dave.cheney.net/) - основной блог по Go &#x20;
* [ ] [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/)
* [ ] [Uber Styleguide](https://github.com/uber-go/guide/blob/master/style.md)
* [ ] [Go Clean Code](https://github.com/Pungyeon/clean-go-article)

### Go Digest&#x20;

* [ ] [Go Digest #2](https://habr.com/ru/company/vseinstrumenti/blog/544640/)
* [ ] [Go Digest #3](https://habr.com/ru/company/vseinstrumenti/blog/549946/)

### Go Patterns

* [Go Patterns Cheat Sheet](https://devhints.io/go)&#x20;
* [Go Patterns List](https://github.com/tmrts/go-patterns)

### Exercises

* [ ] <https://gobyexample.com/>
* [ ] <https://github.com/inancgumus/learngo> -&#x20;
* [ ] <https://gophercises.com/>
* [ ] <https://habr.com/ru/company/rebrainme/blog/540354/> - задачи для собеседований&#x20;
