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