golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.42k stars 17.71k forks source link

x/pkgsite: #59535

Closed Aman-1407 closed 1 year ago

Aman-1407 commented 1 year ago

What is the URL of the page with the issue?

package insatallation error.

What is your user agent?

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Screenshot

go install -v github.com/go-delve/delve/cmd/dlv@latest go\pkg\mod\github.com\go-delve\delve@v1.20.2\service\debugger\debugger.go:32:2: found packages native (followexec_other.go) and your_windows_architecture_is_not_supported_by_delve (support_sentinel_windows.go) in C:\Users\xxxx\go\pkg\mod\github.com\go-delve\delve@v1.20.2\pkg\proc\native

What did you do?

run this command go install -v github.com/go-delve/delve/cmd/dlv@latest but not able to install this delve any version.

What did you expect to see?

installation succesfull

What did you see instead?

go\pkg\mod\github.com\go-delve\delve@v1.20.2\service\debugger\debugger.go:32:2: found packages native (followexec_other.go) and your_windows_architecture_is_not_supported_by_delve (support_sentinel_windows.go) in C:\Users\xxxx\go\pkg\mod\github.com\go-delve\delve@v1.20.2\pkg\proc\native

seankhliao commented 1 year ago

this is an issue for the delve project, not go