Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
goAdmin
✓ github.com/GoAdminGroup/go-admin
Initializes a GoAdmin admin panel with default settings.
package main
import (
"github.com/GoAdminGroup/go-admin"
"github.com/GoAdminGroup/go-admin/engine"
"github.com/GoAdminGroup/go-admin/examples/datamodel"
"github.com/GoAdminGroup/themes/adminlte"
"net/http"
)
func main() {
e := engine.Default()
cfg := goAdmin.Config{}
_ = e.AddConfig(cfg).AddGenerators(datamodel.Generators).AddDisplayFilterAndPlugins(nil).Use(http.DefaultServeMux)
http.ListenAndServe(":8080", nil)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.2.26latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.