Golang程序  |  8行  |  116 B

// +build !windows

package filepath

func evalSymlinks(path string) (string, error) {
	return walkSymlinks(path)
}