8 Zeilen
162 B
Go
8 Zeilen
162 B
Go
package constants
|
|
|
|
// These are constants to have an single point to look up static items
|
|
const (
|
|
Accounts = "account"
|
|
Menus = "menu"
|
|
Domain = "domain"
|
|
)
|