Giter VIP home page Giter VIP logo

gobyexample's Introduction

Go by Example

Набор инструментов для генерации Go в примерах, сайта который помогает изучать язык Go на примерах.

Обзор

Сайт Go в Примерах генерируется на основании кода и комментариев в файлах в папке examples и рендерится на основании шаблонов в папке templates. Готовый сайт находится в public. Программы, реализующие процесс сборки находятся в tools, вместе с некоторыми вендорными зависимостями в vendor.

Building

Build Status

Для создания сайта вам понадобятся Go и Python. Выполните:

$ go get github.com/russross/blackfriday
$ tools/build
$ open public/index.html

Непрерывное построение в цикле:

$ tools/build-loop

Публикация

Загрузка сайта (AWS):

$ gem install aws-sdk
$ export AWS_ACCESS_KEY_ID=...
$ export AWS_SECRET_ACCESS_KEY=...
$ tools/upload

Лицензии

Это работа защищена копирайтом Mark McGranaghan и соответствует лицензии Creative Commons Attribution 3.0 Unported License.

Go Gopher защищен Renée French и соответствует лицензии Creative Commons Attribution 3.0 Unported License.

Переводы

Авторские переводы сайта Go by Example доступны в:

Thanks

Thanks to Jeremy Ashkenas for Docco, which inspired this project.

gobyexample's People

Contributors

mmcgrana avatar badkaktus avatar eliben avatar nzoschke avatar nikai3d avatar oohira avatar everyx avatar skrul avatar minikomi avatar peterbocan avatar zakj avatar jaywgraves avatar adam-singer avatar c-ross avatar butuzov avatar owenthereal avatar baileywickham avatar katamaritaco avatar nickpresta avatar cortinico avatar philk avatar rafmagana avatar rafaelrosafu avatar richo avatar ryanbrainard avatar shivam010 avatar simonjefford avatar tleyden avatar haldean avatar will avatar

Stargazers

Evgeniy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.