我无法为我的golang项目安装gin-gonic。我尝试重新安装go,重置bash文件,删除并重新创建项目文件夹,并在google上搜索关键字error,但一无所获 以下是我的终端消息: $ go get -u github.com/gin-gonic/gin..\..\..\..\go\pkg\mod\github.com\gin-gonic\gin@v1.7.5\context.go:735:13: c.engine.Ap
代码: "github.com/gin-gonic/gin" r := gin.Default()C:\Users\YShipovalov\Desktop\Golang\helloworld>go get -v github.com/gin-gonic/giFetching https://gopkg.in
/views", true)) (type "github.com/gin-gonic/gin".HandlerFunc) as type "github.com/supebirdgz/amgmt/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to router.Useimport (
"github.com/<em
我正在尝试安装Gin,但在Ubuntu终端遇到了以下问题: /go/src$ go get github.com/gin-gonic/gin
package github.com/gin-gonic/gin: no Go files in /home/user/go/src/github.com/gin-gonic/gin 当我使用-u时,错误是另一种错误: /go/src$ go get -
我想从一个私有的golang注册表中获取我的依赖项。 通过使用GOPROXY。 我希望确保所有依赖项都来自该私有注册表。 我现在找到的唯一方法就是 go get -v -t github.com/opentracing/opentracing-go@fakeversion 它将返回 go get: github.com/opentracing/opentracing-go@fakeversion: invalid version: reading http://myprivateregistry.com 404 Not found 我怎么才能在不这样做的情况下获得它的注册表呢?
在将Go从1.14更新到1.17之后,我得到了这个错误: main.go:10:2: no required module provides package github.com/gin-gonic/found in current directory or any parent directory; \
see 'go help modules' 我曾经可以用go get github.com/gin-gonic