- 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\v10@v10.14.0\baked_in.go:25:2: github.com/gabriel-vasile/mimetype@v1.4.2: 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
Comment From: RedCrazyGhost
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/gin@v1.9.1