Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 591 Bytes

stringsvc GoDoc

An implementation of go-kit's stringsvc example, using profilesvc package layout style.

Get started

All steps below requires docker and docker-compose installed, preferred on a Mac/Linux machine.

  • Test
make test
  • Build
make build
  • Run (this step also rebuild and run the output binary)
make run
  • Benchmark
make bench