mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
8 lines
98 B
Go
8 lines
98 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "github.com/thunderbrewhq/binana/go/app/cmd"
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
cmd.Execute()
|
||
|
|
}
|