gowiki/pkg/core/const.go
2018-09-19 00:10:16 +02:00

10 lines
157 B
Go

// Copyright (C) 2018 Marius Schellenberger
package core
const (
IndexPage = "Index"
WikiSection = "wiki"
IndexURI = WikiSection + "/" + IndexPage
)