From ece688a0dbddf8f8c2e6d9390309868445f24d4b Mon Sep 17 00:00:00 2001 From: fzerorubigd Date: Sat, 24 Jan 2015 17:07:48 +0330 Subject: [PATCH] update gorp address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b64e81f2..da98beb2 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [BeeDB](https://github.com/astaxie/beedb) - go ORM,support database/sql interface,pq/mysql/sqlite. * [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. -* [gorp](https://github.com/coopernurse/gorp) - Go Relational Persistence, ORM-ish library for Go. +* [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. * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [upper.io/db](https://github.com/upper/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers.