Skip to content

Instantly share code, notes, and snippets.

@region23
Last active October 20, 2025 08:15
Show Gist options
  • Save region23/2f42984f68d5b486b098 to your computer and use it in GitHub Desktop.
Save region23/2f42984f68d5b486b098 to your computer and use it in GitHub Desktop.

Revisions

  1. region23 revised this gist Jun 22, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@
    ![Gopher](https://gophercasts.io/assets/jumbo_gopher-4bf98fbc72cc188289ba2b458d4ce680.png "Gopher")
    # На русском языке
    * **Введение в программирование на Go** - http://golang-book.ru/
    * **Всё, что вы хотели знать про GOPATH и GOROOT** - http://habrahabr.ru/post/249545/ (статья на Хабре)
  2. region23 revised this gist Aug 29, 2015. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -6,8 +6,7 @@

    # Русскоязычные сайты и сообщества
    * **Первый русскоязычный сайт по Go** http://4gophers.com/
    * **Очень активный русскоязычный скайп-чат по Пщlang** http://tinyurl.com/go-lang-chat
    * **Русскоязычный slack-чат по Go** http://tinyurl.com/goslack
    * **Русскоязычный slack-чат по Go** https://golang-ru.slack.com

    # English resources
    * **Тур по Go** - http://tour.golang.org/ (официальный сайт)
  3. region23 revised this gist Jul 10, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,7 @@
    # English resources
    * **Тур по Go** - http://tour.golang.org/ (официальный сайт)
    * **Go by Example** - https://gobyexample.com/
    * **Go Tutorial: Dot Net Perls** - http://www.dotnetperls.com/go
    * **Бесплатные видеоуроки GopherCasts** - https://gophercasts.io/
    * **Learn X in Y minutes (Where X = Go)** - http://learnxinyminutes.com/docs/go/
    * **Learning Go** - http://miek.nl/downloads/Go/ (бесплатная книга в виде PDF-файла)
  4. region23 revised this gist May 14, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,9 @@
    * **Go Code Review Comments** - https://github.com/golang/go/wiki/CodeReviewComments
    * **Build web application with Go** https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details (бесплатная книга от создателя веб-фрэймворка Beego)

    # Работа с базами данных
    * **Go database/sql tutorial** http://go-database-sql.org/

    # Advanced topics
    * **Серверное программирование на Go** - https://github.com/golang/go/wiki/LearnServerProgramming
    * **Network programming with Go** - http://jan.newmarch.name/go/
  5. region23 revised this gist May 7, 2015. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,11 @@
    * **Всё, что вы хотели знать про GOPATH и GOROOT** - http://habrahabr.ru/post/249545/ (статья на Хабре)
    * **Русский форум по Go** - https://groups.google.com/forum/#!forum/golang-ru

    # Русскоязычные сайты и сообщества
    * **Первый русскоязычный сайт по Go** http://4gophers.com/
    * **Очень активный русскоязычный скайп-чат по Пщlang** http://tinyurl.com/go-lang-chat
    * **Русскоязычный slack-чат по Go** http://tinyurl.com/goslack

    # English resources
    * **Тур по Go** - http://tour.golang.org/ (официальный сайт)
    * **Go by Example** - https://gobyexample.com/
  6. region23 revised this gist May 7, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    * **Go for C++ programmers** - https://github.com/golang/go/wiki/GoForCPPProgrammers
    * **Go for C programmers** - https://talks.golang.org/2012/goforc.slide#1 (презентация)
    * **Go Code Review Comments** - https://github.com/golang/go/wiki/CodeReviewComments
    * **Build web application with Go** https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md (бесплатная книга от создателя веб-фрэймворка Beego)
    * **Build web application with Go** https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details (бесплатная книга от создателя веб-фрэймворка Beego)

    # Advanced topics
    * **Серверное программирование на Go** - https://github.com/golang/go/wiki/LearnServerProgramming
  7. region23 revised this gist Mar 11, 2015. 1 changed file with 15 additions and 0 deletions.
    15 changes: 15 additions & 0 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -2,12 +2,27 @@
    # На русском языке
    * **Введение в программирование на Go** - http://golang-book.ru/
    * **Всё, что вы хотели знать про GOPATH и GOROOT** - http://habrahabr.ru/post/249545/ (статья на Хабре)
    * **Русский форум по Go** - https://groups.google.com/forum/#!forum/golang-ru

    # English resources
    * **Тур по Go** - http://tour.golang.org/ (официальный сайт)
    * **Go by Example** - https://gobyexample.com/
    * **Бесплатные видеоуроки GopherCasts** - https://gophercasts.io/
    * **Learn X in Y minutes (Where X = Go)** - http://learnxinyminutes.com/docs/go/
    * **Learning Go** - http://miek.nl/downloads/Go/ (бесплатная книга в виде PDF-файла)
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)
    * **Go for C++ programmers** - https://github.com/golang/go/wiki/GoForCPPProgrammers
    * **Go for C programmers** - https://talks.golang.org/2012/goforc.slide#1 (презентация)
    * **Go Code Review Comments** - https://github.com/golang/go/wiki/CodeReviewComments
    * **Build web application with Go** https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md (бесплатная книга от создателя веб-фрэймворка Beego)

    # Advanced topics
    * **Серверное программирование на Go** - https://github.com/golang/go/wiki/LearnServerProgramming
    * **Network programming with Go** - http://jan.newmarch.name/go/
    * **Обработка ошибок на Go** - https://github.com/golang/go/wiki/LearnErrorHandling
    * **Тестирование приложений на Go** - https://github.com/golang/go/wiki/LearnTesting
    * **Многопоточность на Go** - https://github.com/golang/go/wiki/LearnConcurrency


    <img src="http://golang.org/doc/gopher/help.png" align="right" title="Little Gopher"/>
  8. region23 revised this gist Mar 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    <img src="http://golang.org/doc/gopher/help.png" align="center" title="Little Gopher"/>
    <img src="http://golang.org/doc/gopher/help.png" align="right" title="Little Gopher"/>
  9. region23 revised this gist Mar 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    <img src="http://golang.org/doc/gopher/help.png" align="right" title="Little Gopher"/>
    <img src="http://golang.org/doc/gopher/help.png" align="center" title="Little Gopher"/>
  10. region23 revised this gist Mar 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    <img src="http://golang.org/doc/gopher/help.png" style="float: left" title="Little Gopher"/>
    <img src="http://golang.org/doc/gopher/help.png" align="right" title="Little Gopher"/>
  11. region23 revised this gist Mar 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    <img src="http://golang.org/doc/gopher/help.png" style="float: right" title="Little Gopher"/>
    <img src="http://golang.org/doc/gopher/help.png" style="float: left" title="Little Gopher"/>
  12. region23 revised this gist Mar 10, 2015. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,4 @@
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    <div style="text-align:right">
    <img src="http://golang.org/doc/gopher/help.png" title="Little Gopher"/>
    </div>
    <img src="http://golang.org/doc/gopher/help.png" style="float: right" title="Little Gopher"/>
  13. region23 revised this gist Mar 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -11,5 +11,5 @@
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    <div style="text-align:right">
    ![Little Gopher](http://golang.org/doc/gopher/help.png "Little Gopher")
    <img src="http://golang.org/doc/gopher/help.png" title="Little Gopher"/>
    </div>
  14. region23 revised this gist Mar 10, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,6 @@
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    ![Little Gopher](http://golang.org/doc/gopher/help.png "Little Gopher")
    <div style="text-align:right">
    ![Little Gopher](http://golang.org/doc/gopher/help.png "Little Gopher")
    </div>
  15. region23 revised this gist Mar 10, 2015. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    ![Gopher](https://gophercasts.io/assets/jumbo_gopher-4bf98fbc72cc188289ba2b458d4ce680.png "Gopher")
    # На русском языке
    * **Введение в программирование на Go** - http://golang-book.ru/
    * **Всё, что вы хотели знать про GOPATH и GOROOT** - http://habrahabr.ru/post/249545/ (статья на Хабре)
    @@ -7,4 +8,6 @@
    * **Go by Example** - https://gobyexample.com/
    * **Бесплатные видеоуроки GopherCasts** - https://gophercasts.io/
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)

    ![Little Gopher](http://golang.org/doc/gopher/help.png "Little Gopher")
  16. region23 revised this gist Mar 10, 2015. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    # На русском языке
    * Введение в программирование на Go - http://golang-book.ru/
    * Всё, что вы хотели знать про GOPATH и GOROOT - http://habrahabr.ru/post/249545/ (статья на Хабре)
    * **Введение в программирование на Go** - http://golang-book.ru/
    * **Всё, что вы хотели знать про GOPATH и GOROOT** - http://habrahabr.ru/post/249545/ (статья на Хабре)

    # English resources
    * Тур по Go - http://tour.golang.org/ (официальный сайт)
    * Go by Example - https://gobyexample.com/
    * Бесплатные видеоуроки GopherCasts - https://gophercasts.io/
    * How to Write Go Code - http://golang.org/doc/code.html (официальный сайт)
    * Эффективный Go - http://golang.org/doc/effective_go.html (официальный сайт)
    * **Тур по Go** - http://tour.golang.org/ (официальный сайт)
    * **Go by Example** - https://gobyexample.com/
    * **Бесплатные видеоуроки GopherCasts** - https://gophercasts.io/
    * **How to Write Go Code** - http://golang.org/doc/code.html (официальный сайт)
    * **Эффективный Go** - http://golang.org/doc/effective_go.html (официальный сайт)
  17. region23 revised this gist Mar 10, 2015. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    # На русском языке
    Введение в программирование на Go - http://golang-book.ru/
    Всё, что вы хотели знать про GOPATH и GOROOT - http://habrahabr.ru/post/249545/ (статья на Хабре)
    * Введение в программирование на Go - http://golang-book.ru/
    * Всё, что вы хотели знать про GOPATH и GOROOT - http://habrahabr.ru/post/249545/ (статья на Хабре)

    # English resources
    Тур по Go - http://tour.golang.org/ (официальный сайт)
    Go by Example - https://gobyexample.com/
    Бесплатные видеоуроки GopherCasts - https://gophercasts.io/
    How to Write Go Code - http://golang.org/doc/code.html (официальный сайт)
    Эффективный Go - http://golang.org/doc/effective_go.html (официальный сайт)
    * Тур по Go - http://tour.golang.org/ (официальный сайт)
    * Go by Example - https://gobyexample.com/
    * Бесплатные видеоуроки GopherCasts - https://gophercasts.io/
    * How to Write Go Code - http://golang.org/doc/code.html (официальный сайт)
    * Эффективный Go - http://golang.org/doc/effective_go.html (официальный сайт)
  18. region23 revised this gist Mar 10, 2015. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions golang_books_sites.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,10 @@
    # На русском языке
    Введение в программирование на Go - http://golang-book.ru/
    Всё, что вы хотели знать про GOPATH и GOROOT - http://habrahabr.ru/post/249545/ (статья на Хабре)


    # English resources
    # English resources
    Тур по Go - http://tour.golang.org/ (официальный сайт)
    Go by Example - https://gobyexample.com/
    Бесплатные видеоуроки GopherCasts - https://gophercasts.io/
    How to Write Go Code - http://golang.org/doc/code.html (официальный сайт)
    Эффективный Go - http://golang.org/doc/effective_go.html (официальный сайт)
  19. region23 renamed this gist Mar 10, 2015. 1 changed file with 0 additions and 0 deletions.
  20. region23 revised this gist Mar 10, 2015. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions Полезные ресурсы для изучающих Go
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,4 @@
    # На русском языке




    # English resources
  21. region23 created this gist Mar 10, 2015.
    6 changes: 6 additions & 0 deletions Полезные ресурсы для изучающих Go
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # На русском языке




    # English resources