17 lines
893 B
Markdown
17 lines
893 B
Markdown
---
|
|
tags: [golang]
|
|
---
|
|
|
|
|
|
Что почитать новичку в Golang:
|
|
|
|
1. [https://go.dev/tour](https://go.dev/tour)
|
|
2. [https://go.dev/ref/spec](https://go.dev/ref/spec)
|
|
3. [https://stackoverflow.com/questions/24790175/when-is-the-init-function-run/49831018#49831018](https://stackoverflow.com/questions/24790175/when-is-the-init-function-run/49831018#49831018)
|
|
4. [https://go.dev/doc/effective_go](https://go.dev/doc/effective_go)
|
|
5. [https://golangify.com](https://golangify.com)
|
|
6. [https://quii.gitbook.io/learn-go-with-tests](https://quii.gitbook.io/learn-go-with-tests)
|
|
7. [https://gobyexample.com.ru](https://gobyexample.com.ru)
|
|
8. [https://golangr.com](https://golangr.com)
|
|
9. [https://golang-blog.blogspot.com](https://golang-blog.blogspot.com)
|
|
10. [Roadmap Go-разработчика](https://github.com/Alikhll/golang-developer-roadmap/blob/master/i18n/ru-RU/ReadMe-ru-RU.md) |