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