gin
gin copied to clipboard
unexpected EOF during install
- With issues:
- Use the search tool before opening a new issue.
Description
C:\Users\m.kharabela.rout\go\pkg\mod\github.com\go-playground\validator\[email protected]\baked_in.go:25:2: github.com/gabriel-vasile/[email protected]: read "https:/proxy.golang.org/@v/v1.4.2.zip": unexpected EOF
How to reproduce
go install "github.com/gin-gonic/gin@latest"
Environment
- go version: latest
- gin version : latest
- operating system:Win 10
go mod get pkg is the latest version, do not need to carry the @latest suffix, if you want to specify the version, please specify the specific version number, such as the latest version v1.9.1
// this is latest verison
$ go get -u github.com/gin-gonic/gin
$ go get -u github.com/gin-gonic/[email protected]