Commit 1748ca31 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Use a GOPATH workspace format

parent 4174c5f2
{
"name": "ubuntu-12.04.2-server-amd64",
"builders": [
"virtualbox": {
"os_type": "Ubuntu_64",
}
]
}
// This is the main package for the `packer` application.
package main
import "fmt"
import (
"fmt"
"os"
)
func main() {
fmt.Printf("%#v\n", os.Args)
fmt.Println("Hello, world.")
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment