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