Sign in
go
/
go
/
b571ae17ecf8833822e12fe477d4eac5f24cd0ae
/
.
/
src
/
path
/
filepath
/
symlink_unix.go
blob: d20e63a987e9ad7a9986c5ecc05b4db5f92beb74 [
file
] [
log
] [
blame
]
// +build !windows
package filepath
func evalSymlinks(path string) (string, error) {
return walkSymlinks(path)
}