go bindings for username lookup by UID
parent
5a362a474d
commit
d68ea27fac
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ storage:
|
|||
file dist/bin/storage
|
||||
|
||||
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
|
||||
file dist/bin/getUserByUid
|
||||
|
||||
|
|
Loading…
Reference in New Issue