CasaOS/internal/op/const.go
2023-03-17 15:37:28 +08:00

6 lines
60 B
Go

package op
const (
WORK = "work"
RootName = "root"
)