Cant build rclone

Would like to install this here: https://documentation.tardigrade.io/how-tos/sync-file-system-to-tardigrade-missing
But my “go build” gives me this:

juerg@home-server:~/rclone$ go build
rclone.go:7:2: cannot find package “github.com/rclone/rclone/backend/all” in any of:
/usr/lib/go-1.10/src/github.com/rclone/rclone/backend/all (from $GOROOT)
/home/juerg/go/src/github.com/rclone/rclone/backend/all (from $GOPATH)
rclone.go:8:2: cannot find package “github.com/rclone/rclone/cmd” in any of:
/usr/lib/go-1.10/src/github.com/rclone/rclone/cmd (from $GOROOT)
/home/juerg/go/src/github.com/rclone/rclone/cmd (from $GOPATH)
rclone.go:9:2: cannot find package “github.com/rclone/rclone/cmd/all” in any of:
/usr/lib/go-1.10/src/github.com/rclone/rclone/cmd/all (from $GOROOT)
/home/juerg/go/src/github.com/rclone/rclone/cmd/all (from $GOPATH)
rclone.go:10:2: cannot find package “github.com/rclone/rclone/lib/plugin” in any of:
/usr/lib/go-1.10/src/github.com/rclone/rclone/lib/plugin (from $GOROOT)
/home/juerg/go/src/github.com/rclone/rclone/lib/plugin (from $GOPATH)

Is there someone realy testing what they are writing in the docs?

The minimal version of GO should be 1.13

1 Like