From 9b4c9513b967ae89cb607f45d626cba5bc32d468 Mon Sep 17 00:00:00 2001 From: Dennie de Lange Date: Fri, 24 May 2019 20:35:38 +0200 Subject: [PATCH] Fix Goa name,url and description to more accurate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e3c212fc..a33ddf8459 100644 --- a/README.md +++ b/README.md @@ -1799,7 +1799,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Gizmo](https://github.com/NYTimes/gizmo) - Microservice toolkit used by the New York Times. * [go-json-rest](https://github.com/ant0ine/go-json-rest) - Quick and easy way to setup a RESTful JSON API. * [go-rest](https://github.com/ungerik/go-rest) - Small and evil REST framework for Go. -* [goa](https://github.com/raphael/goa) - Framework for developing microservices based on the design of Ruby's Praxis. +* [Goa](https://github.com/goadesign/goa) - Goa provides a holistic approach for developing remote APIs and microservices in Go. * [Golax](https://github.com/fulldump/golax) - A non Sinatra fast HTTP framework with support for Google custom methods, deep interceptors, recursion and more. * [Golf](https://github.com/dinever/golf) - Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library. * [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster.