diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-28 20:57:59 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-28 20:57:59 +0900 |
| commit | 4b7b899bb35fb4ea218dabe49a674f4d2f80e7f8 (patch) | |
| tree | 0079d1a8b4ef95eca94a50a3d7162bc664f7b49f /acl | |
| parent | 563c39c2d9fd932b4d839fa7713f98a36dba03ec (diff) | |
add package doc comments
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'acl')
| -rw-r--r-- | acl/export.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acl/export.go b/acl/export.go index 13a2a3f3..322ea1d6 100644 --- a/acl/export.go +++ b/acl/export.go @@ -1,3 +1,4 @@ +// Package acl implements simple ACL manipulation via libacl. package acl import "unsafe" |
