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