func github.com/go-git/go-billy/v5/osfs.rename

2 uses

	github.com/go-git/go-billy/v5/osfs (current package)
		os.go#L75: 	return rename(from, to)
		os_posix.go#L25: func rename(from, to string) error {