Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 278 Bytes

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