|
|
|
|
|
by thewhitetulip
3596 days ago
|
|
I agree on the point where it doesn't work well with mix languages. we can, however use `go get` rather than manually doing a git clone. I understand it'd be a pain to have Go setup, but once it is setup, it is great, When I write Go programs I do `$ cd /go/src/github.com/thewhitetulip/Tasks`
`$ Tasks go build -o tasks`
`$ Tasks ./tasks` |
|