// +build windows
package pathing
const (
defaultConfigFile = "packer.config"
defaultConfigDir = "packer.d"
)