From 0691bf9b03006423840bbf5c815782710eba8739 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 26 Mar 2017 09:51:24 +0800 Subject: [PATCH] since we use vendor directory, remove gopm installation support --- README.md | 8 -------- README_CN.md | 6 ------ 2 files changed, 14 deletions(-) diff --git a/README.md b/README.md index 12f6ca90..bdcbab68 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ Drivers for Go's sql package which currently support database/sql includes: * MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb) -* MsSql: [github.com/lunny/godbc](https://github.com/lunny/godbc) - * Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) (experiment) # Changelog @@ -79,12 +77,6 @@ methods can use `builder.Cond` as parameter # Installation -If you have [gopm](https://github.com/gpmgo/gopm) installed, - - gopm get github.com/go-xorm/xorm - -Or - go get github.com/go-xorm/xorm # Documents diff --git a/README_CN.md b/README_CN.md index 3919b3ed..fafef1a5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -81,12 +81,6 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 ## 安装 -推荐使用 [gopm](https://github.com/gpmgo/gopm) 进行安装: - - gopm get github.com/go-xorm/xorm - -或者您也可以使用go工具进行安装: - go get github.com/go-xorm/xorm ## 文档