package main import ( "github.com/bradford-hamilton/apple-1/cmd" ) func main() { cmd.Execute() }