packer-cn/command/config_file_unix.go

8 lines
114 B
Go

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