gobot
Install
go get -v github.com/jamesmoriarty/gobot/cli
go install github.com/jamesmoriarty/gobot/cli
Development
Usage
$ bin/gobot
Commands:
- Place X<Number> Y<Number> Direction<North|East|South|West>
- Move
- Left
- Right
> Place
invalid number of command arguments
> Place 1,2,West
1 2 West
> Move
0 2 West
> Left
0 2 South
> Right
command not implemented
>
Build
bin/build
Test
bin/test
Run
bin/gobot