package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package filemode does things io/fs doesn't do
Parse parses a string of 3 or 4 numbers as a *NIX filesystem permission.
"0777" or "777" -> fs.FileMode(0777)
"0644" or "644" -> fs.FileMode(0644)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.