1
0
Fork 0

go bindings for username lookup by UID

refactor/models
Matthew 2020-05-22 22:01:01 -04:00
parent 5a362a474d
commit d68ea27fac
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 ${get_user_by_uid_files} HOME=/root go build -ldflags="-s -w" -o 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