This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolvePaths: dereference root path symlink
If the root path is a symlink dereference it by appending os.PathSeparator. Then the os.Lstat() in filepath.Walk() will correctly see the directory The root path might be a symlink in order for developers to place a project under GOPATH without modifying GOPATH. Signed-off-by: Ross Brattain <[email protected]>
- Loading branch information