Following the compile from source instructions on MacOS Sierra (Golang 1.8 was installed via Homebrew - no manual GOPATH or GOROOT configuration set) I ran into the following error:
$ go run cmd/tusd/main.go
cmd/tusd/main.go:4:2: cannot find package "github.com/tus/tusd/cmd/tusd/cli" in any of:
/usr/local/Cellar/go/1.8/libexec/src/github.com/tus/tusd/cmd/tusd/cli (from $GOROOT)
/Users/per/go/src/github.com/tus/tusd/cmd/tusd/cli (from $GOPATH)
Following the compile from source instructions on MacOS Sierra (Golang 1.8 was installed via Homebrew - no manual
GOPATHorGOROOTconfiguration set) I ran into the following error: