将所有gf框架报名改为gitee地址

This commit is contained in:
John
2017-11-27 13:49:23 +08:00
parent 5878be1e03
commit 0f78e7b17d
40 changed files with 52 additions and 52 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"time"
"strconv"
"gf/g/database/gdb"
"gitee.com/johng/gf/g/database/gdb"
)
// 本文件用于gf框架的postgresql数据库操作示例不作为单元测试使用