`go install github.com/darktron/SaaS` fails with: ```can't load package: package github.com/darktron/SaaS: cannot find package "github.com/darktron/SaaS" in any of: /usr/lib/go/src/github.com/darktron/SaaS (from $GOROOT) /home/kmeaw/src/go/src/github.com/darktron/SaaS (from $GOPATH) ``` due to relative imports.