mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
7 lines
105 B
Go
7 lines
105 B
Go
package main
|
|
|
|
import "github.com/thunderbrewhq/binana/go/cmd/binana/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|