ledo/app/cmd/categories.go

8 lines
95 B
Go

package cmd
var (
catSetup = "SETUP"
catEntities = "ENTITIES"
catHelpers = "HELPERS"
)