manager/magefiles/const.go

9 lines
114 B
Go
Raw Normal View History

2024-09-10 08:41:31 +01:00
//go:build mage
package main
const (
configDir string = "./config"
rootManagedDir string = "./managed"
)