Update build path and docs.
This commit is contained in:
parent
6c1e0d9547
commit
8d764e1477
6 changed files with 36 additions and 33 deletions
7
cli/battlesnake/main.go
Normal file
7
cli/battlesnake/main.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "github.com/BattlesnakeOfficial/rules/cli/commands"
|
||||
|
||||
func main() {
|
||||
commands.Execute()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue