contentserver/server/repo/content/constants.go
2013-09-04 23:40:07 +02:00

7 lines
86 B
Go

package content
const (
INDENT string = "\t"
PATH_SEPARATOR = "/"
)