Note: if "go get github.com/Joker/jade/cmd/jade" gives this error: go get: module github.com/Joker/jade@upgrade found (v1.0.0), but does not contain package github.com/Joker/jade/cmd/jade
Then see this issue: https://github.com/Joker/jade/issues/38 I think you're supposed to use "go install" rather than "go get" these days. This should work: go install github.com/Joker/jade/cmd/jade@master -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/321cdf99-35ac-4f26-b565-04fa2f6b3602n%40googlegroups.com.