go-kit

module
v0.0.0-...-d6247a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2022 License: MIT

README

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

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL