v1.0.0-beta.1
Pre-release
Pre-release
chenhg5
released this
13 Oct 00:55
·
1260 commits
to master
since this release
important‼️
GoAdmin is now transfered to here. Follow the steps to adapt to this version:
Step 1: rename your import path
from
github.com/chenhg5/go-admin
to
github.com/GoAdminGroup/go-admin
Step 2: import the theme in your main.go
package main
import (
....
_ "github.com/GoAdminGroup/themes/adminlte"
....
)
It will automatically add to the template. Otherwise it will panic.
BUG Fixes
- roles display error
Improvement
- make theme flexible from the template