mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
7 lines
86 B
Go
7 lines
86 B
Go
package content
|
|
|
|
const (
|
|
INDENT string = "\t"
|
|
PATH_SEPARATOR = "/"
|
|
)
|