Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 487 Bytes

This is the example repository for this blog post

To run the server on your system:

  1. Make sure you have dep installed
  2. Run dep ensure to install dependencies
  3. Run go build to create the binary (blog_example__go_web_app)
  4. Run the binary : ./blog_example__go_web_app

To run tests:

  1. Run dep ensure to install dependencies
  2. Run go test ./...