package
Version:
v0.0.0-...-fa1d128
Opens a new window with list of versions in this module.
Published: Oct 9, 2025
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Name string `json:"name"`
Size int64 `json:"size"`
Date time.Time `json:"date"`
IsDirectory bool `json:"isDirectory"`
Path string `json:"path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.