func os.Symlink

2 uses

	os (current package)
		file_unix.go#L353: func Symlink(oldname, newname string) error {

	src.elv.sh/pkg/testutil
		testdir.go#L97: 			Must(os.Symlink(file.Target, path))