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