* Initial Attempts at Cobra Command * Update to the README * Fixes for Linter Thanks @LenPayne for all your hard work getting this started!
7 lines
100 B
Go
7 lines
100 B
Go
package main
|
|
|
|
import "github.com/BattlesnakeOfficial/rules/cli/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|