Skip to content

pabagan/go-kit

Repository files navigation

Test Go Kit

This repository is for testing Go kit repository by extending some of the gokit.io/examples.

Dev

# Start service
docker-compose up

After 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

TODO

  • Add linter

DONE

  • Dockerfile
  • Makefile
  • Code coverage
  • Test runner

About

Trying out https://gokit.io/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors