Codebase list golang-github-go-kit-kit / cd2e726
README: link to GopherCon video Peter Bourgon 8 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 # Go kit [![Circle CI](https://circleci.com/gh/go-kit/kit.svg?style=svg)](https://circleci.com/gh/go-kit/kit) [![Drone.io](https://drone.io/github.com/go-kit/kit/status.png)](https://drone.io/github.com/go-kit/kit/latest) [![Travis CI](https://travis-ci.org/go-kit/kit.svg?branch=master)](https://travis-ci.org/go-kit/kit) [![GoDoc](https://godoc.org/github.com/go-kit/kit?status.svg)](https://godoc.org/github.com/go-kit/kit)
11
2 **Go kit** is a **distributed programming toolkit** for microservices in the modern enterprise. We want to make Go a viable choice for application (business-logic) software in large organizations.
2 **Go kit** is a **distributed programming toolkit** for microservices in the
3 modern enterprise. We want to make Go a viable choice for application
4 (business-logic) software in large organizations.
35
46 - Mailing list: [go-kit](https://groups.google.com/forum/#!forum/go-kit)
57 - Slack: [gophers.slack.com](https://gophers.slack.com) **#go-kit** ([invite](http://bit.ly/go-slack-signup))
2325 For more details, see
2426 [the motivating blog post](http://peter.bourgon.org/go-kit) and
2527 [the video of the talk](https://www.youtube.com/watch?v=iFR_7AKkJFU).
28 See also the
29 [Go kit talk at GopherCon 2015](https://www.youtube.com/watch?v=1AjaZi4QuGo).
2630
2731 ## Goals
2832