1
0
Fork 0

go bindings for username lookup by UID

refactor/models
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
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
file dist/bin/getUserByUid