github.com/c12o16h1/go/src@v0.0.0-20200114212001-5a151c0f00ed/path/filepath/symlink_unix.go (about)

     1  // +build !windows
     2  
     3  package filepath
     4  
     5  func evalSymlinks(path string) (string, error) {
     6  	return walkSymlinks(path)
     7  }