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