summaryrefslogtreecommitdiff
path: root/pkg/linux/stat.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/linux/stat.go')
-rw-r--r--pkg/linux/stat.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/linux/stat.go b/pkg/linux/stat.go
index 15e18a9..c4d4ad9 100644
--- a/pkg/linux/stat.go
+++ b/pkg/linux/stat.go
@@ -1,7 +1,10 @@
+// Based on https://github.com/datawire/ocibuild/blob/master/pkg/python/stat.go
+
package linux
type StatMode uint32
+//nolint:deadcode,varcheck // not all of these modes will be used
const (
// 16 bits = 5⅓ octal characters