admin
admin copied to clipboard
.\main.go:8:3: imported and not used: "github.com/qor/qor"
When I run the main.go, I get this error message. Any ideas?
Something seems to have changed regarding the configuration. If you change the admin initialization to: Admin := admin.New(&qor.Config{DB: DB}) that error goes away.