func EncodeFileInfo(fi os.FileInfo) string { fi.Atime_ns = 0 fi.Ino = 0 fi.Dev = 0 fi.Name = "" return fmt.Sprintf("%v", fi) }