Files
velero/pkg/cmd/const.go
T
2023-11-28 13:48:09 +00:00

5 lines
65 B
Go

package cmd
var TRUE string = "true"
var FALSE string = "false"