mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
8 lines
184 B
Go
8 lines
184 B
Go
//go:build darwin || freebsd || linux || netbsd || openbsd || solaris
|
|
// +build darwin freebsd linux netbsd openbsd solaris
|
|
|
|
package command
|
|
|
|
const (
|
|
defaultConfigDir = ".packer.d"
|
|
)
|