CasaOS/internal/op/const.go

7 lines
60 B
Go
Raw Normal View History

2023-03-17 07:37:28 +00:00
package op
const (
WORK = "work"
RootName = "root"
)