From 84fecc98d0ca14bfee05fc35eb3d8264d000ddd8 Mon Sep 17 00:00:00 2001 From: uADMIN <43869291+uadmin@users.noreply.github.com> Date: Tue, 8 Jan 2019 06:31:23 +0800 Subject: [PATCH] Add uAdmin to web frameworks (#2298) I have all the required links for doc, coverage, Golang report, ... etc in the top of README.md as badges with links to their sources. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cca04819..688ff1d8 100644 --- a/README.md +++ b/README.md @@ -1628,6 +1628,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. * [tigertonic](https://github.com/rcrowley/go-tigertonic) - Go framework for building JSON web services inspired by Dropwizard. * [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go. +* [uAdmin](https://github.com/uadmin/uadmin) - Fully featured web framework for Golang, inspired by Django. * [utron](https://github.com/gernest/utron) - Lightweight MVC framework for Go(Golang). * [vox](https://github.com/aisk/vox) - A golang web framework for humans, inspired by Koa heavily. * [WebGo](https://github.com/bnkamalesh/webgo) - A micro-framework to build web apps; with handler chaining, middleware and context injection. With standard library compliant HTTP handlers(i.e. http.HandlerFunc).