Codebase list golang-github-go-kit-kit / 51ccc66 examples / addsvc / doc.go
51ccc66

Tree @51ccc66 (Download .tar.gz)

doc.go @51ccc66raw · history · blame

1
2
3
4
5
6
// Package addsvc implements the business and transport logic for an example
// service that 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