From aa4f1144638ac03436c1685034c38cae9cb2e476 Mon Sep 17 00:00:00 2001 From: wzjgo1 Date: Thu, 8 Aug 2019 14:49:12 +0800 Subject: [PATCH] change mgo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4750fd7..62ba944 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # What's Bongo? -We couldn't find a good ODM for MongoDB written in Go, so we made one. Bongo is a wrapper for mgo (https://github.com/go-mgo/mgo) that adds ODM, hooks, validation, and cascade support to its raw Mongo functions. +We couldn't find a good ODM for MongoDB written in Go, so we made one. Bongo is a wrapper for mgo (https://github.com/globalsign/mgo) that adds ODM, hooks, validation, and cascade support to its raw Mongo functions. Bongo is tested using the fantasic GoConvey (https://github.com/smartystreets/goconvey)