8 lines
77 B
Go
8 lines
77 B
Go
|
// +build windows
|
||
|
|
||
|
package command
|
||
|
|
||
|
const (
|
||
|
defaultConfigDir = "packer.d"
|
||
|
)
|