@ -0,0 +1,8 @@
// This is the main package for the `packer` application.
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}