You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: