This repository is for testing Go kit repository by extending some of the gokit.io/examples.
# Start service
docker-compose upAfter start run:
# hit count endpoint
curl -XPOST -d'{"s":"hello, world"}' localhost:8080/count
# hit to uppercase endpoint
curl -XPOST -d'{"s":"hello, world"}' localhost:8080/uppercase
- Add linter
- Dockerfile
- Makefile
- Code coverage
- Test runner