blob: f8980d5ad3886e7f5917d622142429a244e85bbd [file] [log] [blame]
//go:build !windows && !plan9
package filepath
func evalSymlinks(path string) (string, error) {
return walkSymlinks(path)
}