6 lines
94 B

package filer
const (
TopicsDir = "/topics"
SystemLogDir = TopicsDir + "/.system/log"
)