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 <ross.b.brattain@intel.com>
- Loading branch information