Files
dbx/internal/dbxshared/module.go
Elijah Duffy 32567471e1 refactor with improved developer ux in mind
- Most functions now live directly in the dbx package
- dbxp and dbxm are now ONLY the few functions that cannot be shared
2025-06-12 17:44:44 -07:00

6 lines
85 B
Go

package dbxshared
import "gitea.auvem.com/go-toolkit/app"
var DBModule *app.Module