mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-13 13:10:33 -04:00
8 lines
96 B
Go
8 lines
96 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package command
|
|
|
|
const (
|
|
defaultConfigDir = "packer.d"
|
|
)
|