1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2025-02-17 15:45:13 -05:00

Small typo fix...

This commit is contained in:
mfornos 2015-08-21 14:48:16 +02:00
parent 10c33ef230
commit d158d41f8c

View file

@ -83,7 +83,7 @@ A curated list of Microservice Architecture related principles and technologies.
### Go
- [Gin](http://gin-gonic.github.io/gin/) - Web framework written in Golang.
- [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise..
- [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise.
- [Kite](https://github.com/koding/kite) - Microservice framework in Go.
- [Martini](http://martini.codegangsta.io/) - Classy web development in Go.
- [Micro](https://github.com/myodc/micro) - A microservice toolchain in Go.