golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.87k stars 1.05k forks source link

dep init in WSL #2241

Closed vathzen closed 3 years ago

vathzen commented 4 years ago

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

mvdan commented 3 years ago

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!