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