Skip to content

thgh/gowebexamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Web Examples

Go Web Examples provides easy to understand snippets on how to do web development in Go and is insired by Go By Example, which has a great introduction into the fundametals 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 99.9%
  • Shell 0.1%