Trying to install Duplicacy CLI on Raspberry Pi 4 B with newly installet go1.11.6 linux/arm
like this:
sudo go get -u -v github.com/gilbertchen/duplicacy/...
After a good while and many output lines it stops with this error:
duplicacy_webdavstorage.go:238:33: undefined: response
These are the last lines of the output:
github.com/gilbertchen/duplicacy/src
# github.com/gilbertchen/duplicacy/src
/root/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_webdavstorage.go:238:33: undefined: response
The code line where the error occurs looks like this:
defer io.Copy(ioutil.Discard, response.Body)
Please advice!