contentserver/content/constants.go

9 lines
147 B
Go

package content
const (
// Indent for json indentation
Indent string = "\t"
// PathSeparator seprator for paths in URIs
PathSeparator = "/"
)