const.go 60 B

123456
  1. package op
  2. const (
  3. WORK = "work"
  4. RootName = "root"
  5. )