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