tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

Resolve the symbolic link of repo root directory. #488

Closed setekhid closed 8 years ago

setekhid commented 8 years ago

486 If a repo's root directory in $GOPATH is a symbolic link, the fs.Walker

which is used by godep will consider it as a regular file. This may make godep save ignoring it.