go bindings for username lookup by UID

merge-requests/4/head
Matthew 2020-05-22 21:59:33 -04:00
parent 393832889d
commit 5a362a474d
No known key found for this signature in database
GPG Key ID: D499B75C1390E321
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ storage:
file dist/bin/storage file dist/bin/storage
getUserByUid: getUserByUid:
HOME=/root go build -ldflags="-s -w" dist/bin/getUserByUid ${storage_files} HOME=/root go build -ldflags="-s -w" dist/bin/getUserByUid ${get_user_by_uid_files}
@chmod 740 dist/bin/getUserByUid @chmod 740 dist/bin/getUserByUid
file dist/bin/getUserByUid file dist/bin/getUserByUid