This is the example repository for this blog post
To run the server on your system:
- Run
go build
to create the binary (birdpedia
) - Run the binary :
./birdpedia
To run tests, run go test ./...
This is the example repository for this blog post
To run the server on your system:
go build
to create the binary (birdpedia
)./birdpedia
To run tests, run go test ./...