2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/main.go
2020-08-04 00:08:07 -07:00

10 lines
102 B
Go

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