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