All Projects → sohamkamani → blog_example__go_web_app

sohamkamani / blog_example__go_web_app

Licence: other
Example repository for https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

This is the example repository for this blog post

To run the server on your system:

  1. Run go build to create the binary (birdpedia)
  2. Run the binary : ./birdpedia

To run tests, run go test ./...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].