mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
8 lines
113 B
Go
8 lines
113 B
Go
package constants
|
|
|
|
// Target types
|
|
const (
|
|
Target_Linux string = "Linux"
|
|
Target_Windows string = "Windows"
|
|
)
|