package main import ( cmd "github.com/miguelmota/cointop/cmd/commands" ) func main() { cmd.Execute() }