goplus / gopbyexample

Go by Example

Home Page:https://gobyexample.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go+ by Tutorials

Content and build toolchain for Go+ by Tutorials, a site that teaches Go+ via annotated tutorials.

Overview

The Go+ by Tutorials site is built by extracting code and comments from source files in tutorials and rendering them via the templates into a static public directory. The programs implementing this build process are in tools, along with dependencies specified in the go.modfile.

The built public directory can be served by any static content system.

Building

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

$ tools/build

To build continuously in a loop:

$ tools/build-loop

To see the site locally:

$ tools/serve

and open http://127.0.0.1:8000/ in your browser.

License

This 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.

Thanks

  1. Thanks to gobyexample project, this project is built upon it.

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

About

Go by Example

https://gobyexample.com


Languages

Language:Go 54.2%Language:CSS 28.7%Language:Shell 15.3%Language:HTML 1.9%