Registry / web-framework / goadmingroup-go-admin

goadmingroup-go-admin

JSON →
library1.2.26gogounverified

GoAdmin is a framework for building admin panels and data dashboards in Go.

go get github.com/GoAdminGroup/go-admin
INSTALL
IMPORT
SIG · GOADMINGROUP-GO-AD
G
goadmingroup-go-admin
web-frameworkgov1.2.26
harness data pending
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.

Agent activity
2 hits · last 30 days
node
2
Resources
goadmingroup-go-admin — go get goadmingroup-go-admin · libregistry