Build from source broken?

Could it be that the build from source is broken? Can’t get it to build

root@ubuntu:~# go get -u -v github.com/ncw/rclone
github.com/ncw/rclone (download)
package github.com/ncw/rclone/cmd/rmdirs: cannot find package “github.com/ncw/rclone/cmd/rmdirs” in any of:
/usr/local/go/src/github.com/ncw/rclone/cmd/rmdirs (from $GOROOT)
/root/Projects/go/src/github.com/ncw/rclone/cmd/rmdirs (from $GOPATH)

root@ubuntu:~# go env
GOARCH=“amd64”
GOBIN=""
GOEXE=""
GOHOSTARCH=“amd64”
GOHOSTOS=“linux”
GOOS=“linux”
GOPATH="/root/Projects/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
CC=“gcc”
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build551331464=/tmp/go-build -gno-record-gcc-switches"
CXX=“g++”
CGO_ENABLED=“1”

think it is related to this commit https://github.com/ncw/rclone/commit/f3365dd2516709c8eb6d9b55496344b853ec89c7

Thanks for the fix :smiley:

I forgot to run git status to add missing files for only about the 1,000,000th time :wink: