2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/main.go
2021-09-29 23:17:58 -07:00

10 lines
107 B
Go

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