diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-27 16:42:03 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-27 16:42:03 +0000 |
| commit | 6c7c70f02d556afebc9f995518e75ceeb68c606f (patch) | |
| tree | 5b59cade83108c1855d07f1f869a0dcb3b9f0907 /internal | |
| parent | 9396089b1f941ce2c5801f0a9ca1d82fad4d6ade (diff) | |
make lint happy
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/io/fs/permissions/permission_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/io/fs/permissions/permission_linux.go b/internal/io/fs/permissions/permission_linux.go index feae729..bbc039b 100644 --- a/internal/io/fs/permissions/permission_linux.go +++ b/internal/io/fs/permissions/permission_linux.go @@ -11,7 +11,7 @@ import ( "unsafe" ) -// To check whether user has Linux file system permissions to read a given file. +// ToRead checks whether user has Linux file system permissions to read a given file. func ToRead(user, filePath string) (bool, error) { cUser := C.CString(user) cFilePath := C.CString(filePath) |
