// +build darwin freebsd linux netbsd openbsd solaris
package packer
const (
defaultConfigFile = ".packerconfig"
defaultConfigDir = ".packer.d"
)