8 lines
322 B
Go
8 lines
322 B
Go
|
/*
|
||
|
fsutils is a collection of filesystem-related functions, types, etc.
|
||
|
|
||
|
Currently it's only a (fixed/actually working) reimplementation of github.com/g0rbe/go-chattr.
|
||
|
(Note to library maintainers, if someone reports an integer overflow and even tells you how to fix it, you should probably fix it.)
|
||
|
*/
|
||
|
package fsutils
|