From de984ac79cb7382529120469913e12f9de9ea7f0 Mon Sep 17 00:00:00 2001 From: Adam Veldhousen Date: Thu, 29 Oct 2015 21:59:53 -0500 Subject: [PATCH] added go-restful to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26d7112..ad644ea 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [restit](https://github.com/yookoala/restit) - Go micro framework to help writing RESTful API integration test. * [go-relax](https://github.com/codehack/go-relax) - Framework of pluggable components to build RESTful API's. * [go-rest](https://github.com/ungerik/go-rest) - Small and evil REST framework for Go. +* [go-restful](https://github.com/emicklei/go-restful) - A declarative highly readable framework for building restful API's. * [Goat](https://github.com/bahlo/goat) - Minimalistic REST API server in Go. * [Resoursea](https://github.com/resoursea/api) - REST framework for quickly writing resource based services. * [Zerver](https://github.com/cosiner/zerver) - Zerver is a expressive, modular, feature completed RESTful framework.