Codebase list golang-github-go-kit-kit / 203e4782-15ed-484f-9517-a1c12654c5bc/v0.3.0 examples / addsvc / doc.go
203e4782-15ed-484f-9517-a1c12654c5bc/v0.3.0

Tree @203e4782-15ed-484f-9517-a1c12654c5bc/v0.3.0 (Download .tar.gz)

doc.go @203e4782-15ed-484f-9517-a1c12654c5bc/v0.3.0raw · 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