Documentation
¶
Overview ¶
Package internal contains the internal functions for the archive package.
Index ¶
Constants ¶
View Source
const ( // WriteWriteRead is the file mode for read and write access. // The file owner and group has read and write access, and others have read access. WriteWriteRead fs.FileMode = 0o664 )
Variables ¶
This section is empty.
Functions ¶
func ARJItem ¶
ArjItem returns true if the string is a row from the arj program list command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.