我有我的 GOPATH 和 GOROOT 设置,目前正在尝试使用位于供应商文件夹中的包,同时在我的 Windows 中运行我得到
C:\resume>go run docs/generator.go
docs\generator.go:13:2: cannot find package "github.com/tidwall/gjson" in any
of:
C:\Go\src\github.com\tidwall\gjson (from $GOROOT)
C:\resume\src\github.com\tidwall\gjson (from $GOPATH)
我的 GOROOT=C:\Go, GOPATH=C:\resume 和 PATH=C:\Go\bin