drive
drive copied to clipboard
problem installing on rasperry pi
hi, i am using raspian on a raspberry pi 4, kernal version 5.4.83-v7l go version go1.12.6 linux/arm
pushing and pulling only the files is need is critical for this embedded application.
when i try to install using the suggested command:
go get -u github.com/odeke-em/drive/cmd/drive
i get the following error:
# golang.org/x/net/http2 go/src/golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is
any ideas?
The Go version is outdated. Update to the latest version(1.16+)