Closed clemens-tolboom closed 8 years ago
I tried to build but failed.
export GOPATH=/Users/clemens/lib/asana go get github.com/codegangsta/cli go build
fails while adding go get github.com/memerelics/asana/commands
go get github.com/memerelics/asana/commands
export GOPATH=/Users/clemens/lib/asana go get github.com/codegangsta/cli go get github.com/memerelics/asana/commands go build
builds asana-0.2.0 but this looks like I cannot change commands.
I'd like to have some guide on how to start building thus trying to write some code preferably in a CONTRIBUTE.md
tnx
I tried to build but failed.
fails while adding
go get github.com/memerelics/asana/commands
builds asana-0.2.0 but this looks like I cannot change commands.
I'd like to have some guide on how to start building thus trying to write some code preferably in a CONTRIBUTE.md