// entrypoint for the program package main import ( "goblin/cmd" ) func main() { cmd.Execute() }