golang / dep

Go dependency management tool experiment (deprecated)

Home Page:https://golang.github.io/dep/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dep init in WSL

vathzen opened this issue · comments

###FYI
dep version -v reveals:
dep:
version : devel
build date :
git hash :
go version : go1.8.3
go compiler : gc
platform : linux/amd64

go env GOPATH
/mnt/e/go

pwd
/mnt/e/go/src/{project_name}

###Information
I'm Running go1.14.2 under WSL and running dep init inside my project folder shows the error:
ctx.DetectProjectGOPATH: /mnt/e/go/src/{project_name} is not within a known GOPATH/src

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!