1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-06 23:37:26 +02:00
Files
CasaOS/internal/op/const.go

7 lines
60 B
Go
Raw Permalink Normal View History

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