github.com/epfl-dcsl/gotee@v0.0.0-20200909122901-014b35f5e5e9/src/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  }