Fix go source #10

Merged
lunny merged 1 commits from lunny/fix_gosource into master 2020-06-20 15:13:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ toc: false
draft: false
menu: "sidebar"
goimport: "xorm.io/builder git https://gitea.com/xorm/builder"
gosource: "xorm.io/builder https://gitea.com/xorm/builder https://gitea.com/xorm/builder/tree/master{/dir} https://gitea.com/xorm/builder/blob/master{/dir}/{file}#L{line}"
gosource: "xorm.io/builder https://gitea.com/xorm/builder https://gitea.com/xorm/builder/src/branch/master{/dir} https://gitea.com/xorm/builder/src/branch/master{/dir}/{file}#L{line}"
---
# Builder - Lightweight and fast SQL builder for Go language

View File

@ -6,7 +6,7 @@ toc: false
draft: false
menu: "sidebar"
goimport: "xorm.io/xorm git https://gitea.com/xorm/xorm"
gosource: "xorm.io/xorm https://gitea.com/xorm/xorm https://gitea.com/xorm/xorm/tree/master{/dir} https://gitea.com/xorm/xorm/blob/master{/dir}/{file}#L{line}"
gosource: "xorm.io/xorm https://gitea.com/xorm/xorm https://gitea.com/xorm/xorm/src/branch/master{/dir} https://gitea.com/xorm/xorm/src/branch/master{/dir}/{file}#L{line}"
---
# XORM - Simple and Powerful ORM for Go