6 lines
95 B

5 years ago
  1. package filer2
  2. const (
  3. TopicsDir = "/topics"
  4. SystemLogDir = TopicsDir + "/.system/log"
  5. )