mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Main file
This commit is contained in:
parent
a6fd711185
commit
4174c5f2f2
1 changed files with 8 additions and 0 deletions
8
packer.go
Normal file
8
packer.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// This is the main package for the `packer` application.
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world.")
|
||||
}
|
||||
Loading…
Reference in a new issue