Spaces:
Running
Running
File size: 83 Bytes
215df2f |
1 2 3 4 5 6 7 8 |
package op
const (
WORK = "work"
DISABLED = "disabled"
RootName = "root"
)
|