Is it possible with Golang to get a list of file paths based on an inode? In other words, how do I implement this function?
func PathsFromInode(inode uint64) (paths []string) { ... }