We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you can't find a user you should use the UID not the empty string. Here:
logo-ls/formatterStuff.go
Line 88 in f6f6bee
...then two lines later you should print u.Username not u.Name:
Line 90 in f6f6bee
...the first problem is repeated for group lookup error path.
The text was updated successfully, but these errors were encountered:
You could also save a bit of space/time by creating the map as map[uint64]string and then testing before you have to do strconv.Itoa().
Sorry, something went wrong.
No branches or pull requests
If you can't find a user you should use the UID not the empty string. Here:
logo-ls/formatterStuff.go
Line 88 in f6f6bee
...then two lines later you should print u.Username not u.Name:
logo-ls/formatterStuff.go
Line 90 in f6f6bee
...the first problem is repeated for group lookup error path.
The text was updated successfully, but these errors were encountered: