All Projects → maxpoletaev → Golang Book

maxpoletaev / Golang Book

An Introduction to programming in Go

Labels

Введение в программирование на Go

Перевод книги An Introduction to Programming in Go.

Как собрать книжку

Для сборки нужен установленый Ruby 2.x.

Для установки зависимостей выполните:

bundle install --path .bundle/vendor

Для сборки запустите:

bundle exec jekyll build

Собранные .html файлы будут лежать в директории _site.

Для запуска dev сервера запустите:

bundle exec jekyll serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].