From d2882cfa8f4aeca79deb9a33aa8249163a7c6726 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Thu, 23 Jun 2016 17:33:42 +0400 Subject: [PATCH] Update reform repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 301efee..a9e464b 100644 --- a/README.md +++ b/README.md @@ -677,7 +677,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. -* [reform](https://github.com/AlekSi/reform) - A better ORM for Go, based on non-empty interfaces and code generation. +* [reform](https://github.com/go-reform/reform) - A better ORM for Go, based on non-empty interfaces and code generation. * [Storm](https://github.com/asdine/storm) - Simple and powerful ORM for BoltDB. * [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. * [Xorm](https://github.com/go-xorm/xorm) - Simple and powerful ORM for Go.