From 3c3334896b56afbfb264895dd9363fe7800fc0f1 Mon Sep 17 00:00:00 2001 From: aihui zhu Date: Mon, 20 Apr 2015 20:21:26 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 24a36784..bc0f3949 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries that implement Object-Relational Mapping or datamapping techniques.* * [BeeDB](https://github.com/astaxie/beedb) - go ORM,support database/sql interface,pq/mysql/sqlite. +* [gomodel](https://github.com/cosiner/gomodel) - A lightweight, fast, orm-like library helps interactive with database. * [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. * [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go. * [hood](https://github.com/eaigner/hood) - Database agnostic ORM for Go. @@ -632,6 +633,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities. * [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package. * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox. +* [gohper](https://github.com/cosiner/gohper) - Various tools/modules help for development. * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. * [goplaceholder](https://github.com/michiwend/goplaceholder) - a small golang lib to generate placeholder images * [goreq](https://github.com/franela/goreq) - Minimal and simple request library for Go language. @@ -708,6 +710,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [tigertonic](https://github.com/rcrowley/go-tigertonic) - A 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. * [web.go](https://github.com/hoisie/web) - A simple framework to write webapps in Go. +* [Zerver](https://github.com/cosiner/zerver) - Zerver is a expressive, modular, feature completed RESTful framework. * [zeus](https://github.com/daryl/zeus) - A very simple and fast HTTP router for Go.