From 787260824adddaac9b37cc2e2e4b9d616684b6be Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 18 Feb 2015 08:58:07 +0800 Subject: [PATCH] add wego as case --- README.md | 4 +++- README_CN.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 158f5c11..fe8aca3c 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,13 @@ Or # Cases +* [Wego](http://github.com/go-tango/wego) + * [Docker.cn](https://docker.cn/) * [Gogs](http://try.gogits.org) - [github.com/gogits/gogs](http://github.com/gogits/gogs) -* [Gorevel](http://http://gorevel.cn/) - [github.com/goofcc/gorevel](http://github.com/goofcc/gorevel) +* [Gorevel](http://gorevel.cn/) - [github.com/goofcc/gorevel](http://github.com/goofcc/gorevel) * [Gowalker](http://gowalker.org) - [github.com/Unknwon/gowalker](http://github.com/Unknwon/gowalker) diff --git a/README_CN.md b/README_CN.md index 292fa400..5a167f9b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -72,6 +72,8 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 ## 案例 +* [Wego](http://github.com/go-tango/wego) + * [Docker.cn](https://docker.cn/) * [Gogs](http://try.gogits.org) - [github.com/gogits/gogs](http://github.com/gogits/gogs)