Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 277 Bytes

demo-go-service

My new go demo service

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/demo-go-service

Testing

make test