9 lines
151 B
Go
9 lines
151 B
Go
// +build darwin freebsd linux netbsd openbsd solaris
|
|
|
|
package packer
|
|
|
|
const (
|
|
defaultConfigFile = ".packerconfig"
|
|
defaultConfigDir = ".packer.d"
|
|
)
|