6 lines
94 B

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