Skip to content

golanglt/gobyexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme in Lithuanian (Lietuviskai)

Go by Example - lt (gobyexample.lt)

Lithuanian translation for Go by Example, a site that teaches Go via annotated example programs.

The lithuanian version of Go by Example can be reached at http://gobyexample.lt.

Translation

The Lithuanian localization is up to lithuania golang community (golang-ilt). Feel free to open a bug or open a pull request to report bugs and typos.

Overview

The Go by Example site is built by extracting code and comments from source files in examples and rendering them via the templates into a static public directory. The programs implementing this build process are in tools, along with some vendor'd dependencies in vendor.

The built public directory can be served by any static content system. The production site uses S3 and CloudFront, for example.

Building

To build the site you'll need Go and Python installed. Run:

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

To build continuously in a loop:

$ tools/build-loop

License

The lithuanian translation is copyright ___ and licensed under a Creative Commons Attribution 3.0 Unported License.

The original work is copyright Mark McGranaghan and licensed under a Creative Commons Attribution 3.0 Unported License.

The Go Gopher is copyright Renée French and licensed under a Creative Commons Attribution 3.0 Unported License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published