From a101bd4becbaf38f90d721e78de141301b805873 Mon Sep 17 00:00:00 2001 From: mfornos Date: Sun, 24 Jan 2016 20:55:21 +0100 Subject: [PATCH] Added Goa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c67b6da..5e87278 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ A curated list of Microservice Architecture related principles and technologies. ### Go - [Gin](http://gin-gonic.github.io/gin/) - Web framework written in Golang. +- [Goa](https://github.com/goadesign/goa) - Design-based HTTP microservices in Go. - [Gocraft](https://github.com/gocraft/web) - A toolkit for building web apps. Includes routing, middleware stacks, logging and monitoring. - [Goji](https://goji.io/) - Minimalistic and flexible request multiplexer for Go. - [Go kit](https://github.com/go-kit/kit) - Distributed programming toolkit for microservices in the modern enterprise.