Codebase list golang-github-go-kit-kit / 4a29204 examples / addsvc / doc.go
4a29204

Tree @4a29204 (Download .tar.gz)

doc.go @4a29204raw · history · blame

1
2
3
4
5
// Package addsvc is an example microservice, useful for education. It can sum
// integers and concatenate strings. A client library is available in the client
// subdirectory. A server binary is available in cmd/addsrv. An example client
// binary is available in cmd/addcli.
package addsvc