package main import ( "git.metaunix.net/BitGoblin/adept/cmd" ) // start the app - that's where all the good stuff happens func main() { cmd.Execute() }