Skip to content

Commit

Permalink
transfer project
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Oct 12, 2019
1 parent d5d9ed9 commit 4fb6c3b
Show file tree
Hide file tree
Showing 269 changed files with 2,084 additions and 17,177 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ vendor/**
logs
go.sum
modules/db/go.sum
admincli/build
template/adminlte/resource/assets/vendor
template/adminlte/resource/assets/dist
admincli/build
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ before_install:
- mysql -e 'create database `go-admin-test`;'
- createdb -U postgres go-admin-test
- mkdir -p /home/travis/gopath/pkg/mod/github.com/chenhg5
- cp -R /home/travis/gopath/src/github.com/chenhg5/go-admin /home/travis/gopath/pkg/mod/github.com/chenhg5/[email protected]
- cp -R /home/travis/gopath/src/github.com/GoAdminGroup/go-admin /home/travis/gopath/pkg/mod/github.com/GoAdminGroup/[email protected]

before_script:
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- psql -c "ALTER USER postgres WITH PASSWORD 'root';" -U postgres
- go get -u github.com/rakyll/gotest

script:
- cd /home/travis/gopath/src/github.com/chenhg5/go-admin && make test
- cd /home/travis/gopath/src/github.com/GoAdminGroup/go-admin && make test
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/chenhg5/go-admin">
<a href="https://github.com/GoAdminGroup/go-admin">
<img width="50%" alt="go-admin" src="http://file.go-admin.cn/introduction/logo.png">
</a>
</p>
Expand All @@ -15,13 +15,13 @@
</p>

<p align="center">
<a href="https://api.travis-ci.org/chenhg5/go-admin"><img alt="Go Report Card" src="https://api.travis-ci.org/chenhg5/go-admin.svg?branch=master"></a>
<a href="https://goreportcard.com/report/github.com/chenhg5/go-admin"><img alt="Go Report Card" src="https://camo.githubusercontent.com/59eed852617e19c272a4a4764fd09c669957fe75/68747470733a2f2f676f7265706f7274636172642e636f6d2f62616467652f6769746875622e636f6d2f6368656e6867352f676f2d61646d696e"></a>
<a href="https://goreportcard.com/report/github.com/chenhg5/go-admin"><img alt="golang" src="https://img.shields.io/badge/awesome-golang-blue.svg"></a>
<a href="https://travis-ci.com/GoAdminGroup/go-admin"><img alt="Go Report Card" src="https://api.travis-ci.com/GoAdminGroup/go-admin.svg?branch=master"></a>
<a href="https://goreportcard.com/report/github.com/GoAdminGroup/go-admin"><img alt="Go Report Card" src="https://camo.githubusercontent.com/59eed852617e19c272a4a4764fd09c669957fe75/68747470733a2f2f676f7265706f7274636172642e636f6d2f62616467652f6769746875622e636f6d2f6368656e6867352f676f2d61646d696e"></a>
<a href="https://goreportcard.com/report/github.com/GoAdminGroup/go-admin"><img alt="golang" src="https://img.shields.io/badge/awesome-golang-blue.svg"></a>
<a href="https://t.me/joinchat/NlyH6Bch2QARZkArithKvg" rel="nofollow"><img alt="telegram" src="https://img.shields.io/badge/chat%20on-telegram-blue" style="max-width:100%;"></a>
<a href="https://jq.qq.com/?_wv=1027&k=5L3e3kS"><img alt="qq群" src="https://img.shields.io/badge/QQ-756664859-yellow.svg"></a>
<a href="https://godoc.org/github.com/chenhg5/go-admin" rel="nofollow"><img src="https://camo.githubusercontent.com/a9a286d43bdfff9fb41b88b25b35ea8edd2634fc/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f646572656b7061726b65722f64656c76653f7374617475732e737667" alt="GoDoc" data-canonical-src="https://godoc.org/github.com/derekparker/delve?status.svg" style="max-width:100%;"></a>
<a href="https://raw.githubusercontent.com/chenhg5/go-admin/master/LICENSE" rel="nofollow"><img src="https://img.shields.io/badge/license-Apache2.0-blue.svg" alt="license" data-canonical-src="https://img.shields.io/badge/license-Apache2.0-blue.svg" style="max-width:100%;"></a>
<a href="https://godoc.org/github.com/GoAdminGroup/go-admin" rel="nofollow"><img src="https://camo.githubusercontent.com/a9a286d43bdfff9fb41b88b25b35ea8edd2634fc/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f646572656b7061726b65722f64656c76653f7374617475732e737667" alt="GoDoc" data-canonical-src="https://godoc.org/github.com/derekparker/delve?status.svg" style="max-width:100%;"></a>
<a href="https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/LICENSE" rel="nofollow"><img src="https://img.shields.io/badge/license-Apache2.0-blue.svg" alt="license" data-canonical-src="https://img.shields.io/badge/license-Apache2.0-blue.svg" style="max-width:100%;"></a>
</p>

<p align="center">
Expand Down Expand Up @@ -54,9 +54,9 @@ see the [docs](http://www.go-admin.cn/en) for detail

### Step 1: import sql

[mysql](https://raw.githubusercontent.com/chenhg5/go-admin/master/data/admin.sql)
[postgresql](https://raw.githubusercontent.com/chenhg5/go-admin/master/data/admin.pgsql)
[sqlite](https://raw.githubusercontent.com/chenhg5/go-admin/master/data/admin.db)
[mysql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.sql)
[postgresql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.pgsql)
[sqlite](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.db)

### Step 2: create main.go

Expand All @@ -68,12 +68,12 @@ package main

import (
"github.com/gin-gonic/gin"
_ "github.com/chenhg5/go-admin/adapter/gin"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/plugins/admin"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/examples/datamodel"
"github.com/chenhg5/go-admin/modules/language"
_ "github.com/GoAdminGroup/go-admin/adapter/gin"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/plugins/admin"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/examples/datamodel"
"github.com/GoAdminGroup/go-admin/modules/language"
)

func main() {
Expand Down Expand Up @@ -110,7 +110,7 @@ func main() {
ErrorLogPath: "/var/logs/error.log",
}

// Generators: see https://github.com/chenhg5/go-admin/blob/master/examples/datamodel/tables.go
// Generators: see https://github.com/GoAdminGroup/go-admin/blob/master/examples/datamodel/tables.go
adminPlugin := admin.NewAdmin(datamodel.Generators)

// add generator, first parameter is the url prefix of table when visit.
Expand All @@ -130,7 +130,7 @@ func main() {
</details>


More Examples: [https://github.com/chenhg5/go-admin/tree/master/examples](https://github.com/chenhg5/go-admin/tree/master/examples)
More Examples: [https://github.com/GoAdminGroup/go-admin/tree/master/examples](https://github.com/GoAdminGroup/go-admin/tree/master/examples)

### Step 3: run

Expand Down
36 changes: 18 additions & 18 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<p align="center">
<a href="https://github.com/chenhg5/go-admin">
<a href="https://github.com/GoAdminGroup/go-admin">
<img width="50%" alt="go-admin" src="http://file.go-admin.cn/introduction/logo.png">
</a>
</p>
<p align="center">
遗失的Golang语言编写的数据可视化与管理平台构建框架
</p>
<p align="center">
<a href="https://api.travis-ci.org/chenhg5/go-admin"><img alt="Go Report Card" src="https://api.travis-ci.org/chenhg5/go-admin.svg?branch=master"></a>
<a href="https://goreportcard.com/report/github.com/chenhg5/go-admin"><img alt="Go Report Card" src="https://camo.githubusercontent.com/59eed852617e19c272a4a4764fd09c669957fe75/68747470733a2f2f676f7265706f7274636172642e636f6d2f62616467652f6769746875622e636f6d2f6368656e6867352f676f2d61646d696e"></a>
<a href="https://goreportcard.com/report/github.com/chenhg5/go-admin"><img alt="golang" src="https://img.shields.io/badge/awesome-golang-blue.svg"></a>
<a href="https://api.travis-ci.org/GoAdminGroup/go-admin"><img alt="Go Report Card" src="https://api.travis-ci.org/GoAdminGroup/go-admin.svg?branch=master"></a>
<a href="https://goreportcard.com/report/github.com/GoAdminGroup/go-admin"><img alt="Go Report Card" src="https://camo.githubusercontent.com/59eed852617e19c272a4a4764fd09c669957fe75/68747470733a2f2f676f7265706f7274636172642e636f6d2f62616467652f6769746875622e636f6d2f6368656e6867352f676f2d61646d696e"></a>
<a href="https://goreportcard.com/report/github.com/GoAdminGroup/go-admin"><img alt="golang" src="https://img.shields.io/badge/awesome-golang-blue.svg"></a>
<a href="https://t.me/joinchat/NlyH6Bch2QARZkArithKvg" rel="nofollow"><img alt="telegram" src="https://img.shields.io/badge/chat%20on-telegram-blue" style="max-width:100%;"></a>
<a href="https://jq.qq.com/?_wv=1027&k=5L3e3kS"><img alt="qq群" src="https://img.shields.io/badge/QQ-756664859-yellow.svg"></a>
<a href="https://godoc.org/github.com/chenhg5/go-admin" rel="nofollow"><img src="https://camo.githubusercontent.com/a9a286d43bdfff9fb41b88b25b35ea8edd2634fc/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f646572656b7061726b65722f64656c76653f7374617475732e737667" alt="GoDoc" data-canonical-src="https://godoc.org/github.com/derekparker/delve?status.svg" style="max-width:100%;"></a>
<a href="https://raw.githubusercontent.com/chenhg5/go-admin/master/LICENSE" rel="nofollow"><img src="https://img.shields.io/badge/license-Apache2.0-blue.svg" alt="license" data-canonical-src="https://img.shields.io/badge/license-Apache2.0-blue.svg" style="max-width:100%;"></a>
<a href="https://godoc.org/github.com/GoAdminGroup/go-admin" rel="nofollow"><img src="https://camo.githubusercontent.com/a9a286d43bdfff9fb41b88b25b35ea8edd2634fc/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f646572656b7061726b65722f64656c76653f7374617475732e737667" alt="GoDoc" data-canonical-src="https://godoc.org/github.com/derekparker/delve?status.svg" style="max-width:100%;"></a>
<a href="https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/LICENSE" rel="nofollow"><img src="https://img.shields.io/badge/license-Apache2.0-blue.svg" alt="license" data-canonical-src="https://img.shields.io/badge/license-Apache2.0-blue.svg" style="max-width:100%;"></a>
</p>
<p align="center">
由<a href="https://github.com/z-song/laravel-admin" target="_blank">laravel-admin</a>启发
Expand Down Expand Up @@ -45,9 +45,9 @@ demo代码: https://github.com/GoAdminGroup/demo

### 第一步:导入 sql

[mysql](https://raw.githubusercontent.com/chenhg5/go-admin/master/data/admin.sql)
[postgresql](https://raw.githubusercontent.com/chenhg5/go-admin/master/data/admin.pgsql)
[sqlite](https://raw.githubusercontent.com/chenhg5/go-admin/master/data/admin.db)
[mysql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.sql)
[postgresql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.pgsql)
[sqlite](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.db)

### 第二步:创建 main.go

Expand All @@ -59,12 +59,12 @@ package main

import (
"github.com/gin-gonic/gin"
_ "github.com/chenhg5/go-admin/adapter/gin"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/plugins/admin"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/examples/datamodel"
"github.com/chenhg5/go-admin/modules/language"
_ "github.com/GoAdminGroup/go-admin/adapter/gin"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/plugins/admin"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/examples/datamodel"
"github.com/GoAdminGroup/go-admin/modules/language"
)

func main() {
Expand Down Expand Up @@ -101,7 +101,7 @@ func main() {
ErrorLogPath: "/var/logs/error.log",
}

// Generators: 详见 https://github.com/chenhg5/go-admin/blob/master/examples/datamodel/tables.go
// Generators: 详见 https://github.com/GoAdminGroup/go-admin/blob/master/examples/datamodel/tables.go
adminPlugin := admin.NewAdmin(datamodel.Generators)

// 增加 generator, 第一个参数是对应的访问路由前缀
Expand All @@ -120,7 +120,7 @@ func main() {
</p>
</details>

其他例子: [https://github.com/chenhg5/go-admin/tree/master/examples](https://github.com/chenhg5/go-admin/tree/master/examples)
其他例子: [https://github.com/GoAdminGroup/go-admin/tree/master/examples](https://github.com/GoAdminGroup/go-admin/tree/master/examples)

### 第三步:运行

Expand All @@ -138,7 +138,7 @@ GO111MODULE=on go run main.go

<strong>QQ群</strong>:756664859,记得备注加群来意

这里是[开发计划](https://github.com/chenhg5/go-admin/projects)
这里是[开发计划](https://github.com/GoAdminGroup/go-admin/projects)

<strong>[点击这里加微信群](http://quick.go-admin.cn/resource/wechat_qrcode.jpg)</strong>

Expand Down
4 changes: 2 additions & 2 deletions adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
package adapter

import (
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/template/types"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/template/types"
)

// WebFrameWork is a interface which is used as an adapter of
Expand Down
22 changes: 11 additions & 11 deletions adapter/beego/beego.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ package beego
import (
"bytes"
"errors"
gctx "github.com/GoAdminGroup/go-admin/context"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/modules/auth"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/modules/language"
"github.com/GoAdminGroup/go-admin/modules/logger"
"github.com/GoAdminGroup/go-admin/modules/menu"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/plugins/admin/modules/constant"
"github.com/GoAdminGroup/go-admin/template"
"github.com/GoAdminGroup/go-admin/template/types"
"github.com/astaxie/beego"
"github.com/astaxie/beego/context"
gctx "github.com/chenhg5/go-admin/context"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/modules/auth"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/modules/language"
"github.com/chenhg5/go-admin/modules/logger"
"github.com/chenhg5/go-admin/modules/menu"
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/plugins/admin/modules/constant"
"github.com/chenhg5/go-admin/template"
"github.com/chenhg5/go-admin/template/types"
template2 "html/template"
"net/http"
"strings"
Expand Down
22 changes: 11 additions & 11 deletions adapter/buffalo/buffalo.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ package buffalo
import (
"bytes"
"errors"
"github.com/chenhg5/go-admin/context"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/modules/auth"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/modules/language"
"github.com/chenhg5/go-admin/modules/logger"
"github.com/chenhg5/go-admin/modules/menu"
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/plugins/admin/modules/constant"
"github.com/chenhg5/go-admin/template"
"github.com/chenhg5/go-admin/template/types"
"github.com/GoAdminGroup/go-admin/context"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/modules/auth"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/modules/language"
"github.com/GoAdminGroup/go-admin/modules/logger"
"github.com/GoAdminGroup/go-admin/modules/menu"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/plugins/admin/modules/constant"
"github.com/GoAdminGroup/go-admin/template"
"github.com/GoAdminGroup/go-admin/template/types"
"github.com/gobuffalo/buffalo"
template2 "html/template"
"net/http"
Expand Down
22 changes: 11 additions & 11 deletions adapter/chi/chi.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ package chi
import (
"bytes"
"errors"
"github.com/chenhg5/go-admin/context"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/modules/auth"
cfg "github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/modules/language"
"github.com/chenhg5/go-admin/modules/logger"
"github.com/chenhg5/go-admin/modules/menu"
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/plugins/admin/modules/constant"
"github.com/chenhg5/go-admin/template"
"github.com/chenhg5/go-admin/template/types"
"github.com/GoAdminGroup/go-admin/context"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/modules/auth"
cfg "github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/modules/language"
"github.com/GoAdminGroup/go-admin/modules/logger"
"github.com/GoAdminGroup/go-admin/modules/menu"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/plugins/admin/modules/constant"
"github.com/GoAdminGroup/go-admin/template"
"github.com/GoAdminGroup/go-admin/template/types"
"github.com/go-chi/chi"
template2 "html/template"
"net/http"
Expand Down
22 changes: 11 additions & 11 deletions adapter/echo/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ package echo
import (
"bytes"
"errors"
"github.com/chenhg5/go-admin/context"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/modules/auth"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/modules/language"
"github.com/chenhg5/go-admin/modules/logger"
"github.com/chenhg5/go-admin/modules/menu"
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/plugins/admin/modules/constant"
"github.com/chenhg5/go-admin/template"
"github.com/chenhg5/go-admin/template/types"
"github.com/GoAdminGroup/go-admin/context"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/modules/auth"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/modules/language"
"github.com/GoAdminGroup/go-admin/modules/logger"
"github.com/GoAdminGroup/go-admin/modules/menu"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/plugins/admin/modules/constant"
"github.com/GoAdminGroup/go-admin/template"
"github.com/GoAdminGroup/go-admin/template/types"
"github.com/labstack/echo"
template2 "html/template"
"net/http"
Expand Down
22 changes: 11 additions & 11 deletions adapter/fasthttp/fasthttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ package fasthttp
import (
"bytes"
"errors"
"github.com/GoAdminGroup/go-admin/context"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/modules/auth"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/modules/language"
"github.com/GoAdminGroup/go-admin/modules/logger"
"github.com/GoAdminGroup/go-admin/modules/menu"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/plugins/admin/modules/constant"
"github.com/GoAdminGroup/go-admin/template"
"github.com/GoAdminGroup/go-admin/template/types"
"github.com/buaazp/fasthttprouter"
"github.com/chenhg5/go-admin/context"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/modules/auth"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/modules/language"
"github.com/chenhg5/go-admin/modules/logger"
"github.com/chenhg5/go-admin/modules/menu"
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/plugins/admin/modules/constant"
"github.com/chenhg5/go-admin/template"
"github.com/chenhg5/go-admin/template/types"
"github.com/valyala/fasthttp"
template2 "html/template"
"io"
Expand Down
22 changes: 11 additions & 11 deletions adapter/gin/gin.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ package gin
import (
"bytes"
"errors"
"github.com/chenhg5/go-admin/context"
"github.com/chenhg5/go-admin/engine"
"github.com/chenhg5/go-admin/modules/auth"
"github.com/chenhg5/go-admin/modules/config"
"github.com/chenhg5/go-admin/modules/language"
"github.com/chenhg5/go-admin/modules/logger"
"github.com/chenhg5/go-admin/modules/menu"
"github.com/chenhg5/go-admin/plugins"
"github.com/chenhg5/go-admin/plugins/admin/modules/constant"
"github.com/chenhg5/go-admin/template"
"github.com/chenhg5/go-admin/template/types"
"github.com/GoAdminGroup/go-admin/context"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/modules/auth"
"github.com/GoAdminGroup/go-admin/modules/config"
"github.com/GoAdminGroup/go-admin/modules/language"
"github.com/GoAdminGroup/go-admin/modules/logger"
"github.com/GoAdminGroup/go-admin/modules/menu"
"github.com/GoAdminGroup/go-admin/plugins"
"github.com/GoAdminGroup/go-admin/plugins/admin/modules/constant"
"github.com/GoAdminGroup/go-admin/template"
"github.com/GoAdminGroup/go-admin/template/types"
"github.com/gin-gonic/gin"
template2 "html/template"
"net/http"
Expand Down
Loading

0 comments on commit 4fb6c3b

Please sign in to comment.