Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Prefix for all xattr keys to ensure compatibility across platforms. // Linux requires "user." prefix for user-space xattrs, while macOS allows any key. Prefix = "user." // Common xattr keys. KeySize = "modctl.size" KeyMtime = "modctl.mtime" KeySha256 = "modctl.sha256" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.