mkelley82 / gowebexamples

Go Web Examples Generator

Home Page:https://gowebexamples.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Web Examples

Go Web Examples provides easy to understand snippets on how to do web development in Go and is inspired by Go By Example, which has a great introduction into the fundamentals of this language.

The site is built using the Hugo static site generator. The source codes to the examples can be found in the content directory. When you build the site using the hugo command, the output files will be generated into the public directory.

Building

To build this site Hugo and Python (with pygments installed) will be required.

$ go get github.com/gowebexamples/gowebexamples
$ cd $GOPATH/src/github.com/gowebexamples/gowebexamples
$ hugo

Thanks

Thanks to Go By Example for the inspiration to this project.

License

MIT

About

Go Web Examples Generator

https://gowebexamples.github.io/

License:MIT License


Languages

Language:HTML 99.9%Language:Shell 0.1%