From 611892e80627422d75cba5ae238cfc7412146c75 Mon Sep 17 00:00:00 2001 From: mfornos Date: Sun, 13 Sep 2015 14:54:19 +0200 Subject: [PATCH] Added UserVoice's gocraft toolkit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05d22b4..a92a4f5 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ A curated list of Microservice Architecture related principles and technologies. ### Go - [Gin](http://gin-gonic.github.io/gin/) - Web framework written in Golang. +- [Gocraft](https://github.com/gocraft/web) - A toolkit for building web apps. Includes routing, middleware stacks, logging and monitoring. - [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.