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
string
ksuid.KSUID
Hi,
I would like to check if this approach is correct:
id := &ksuid.KSUID{} id.UnmarshalText([]byte(IdStr))
The text was updated successfully, but these errors were encountered:
@myrtleTree33, I would recommend to use ksuid.Parse(YourIdStr) method: https://github.com/segmentio/ksuid/blob/master/ksuid.go#L177-L191 It's used in ksuid inspect command as well.
ksuid.Parse(YourIdStr)
ksuid inspect
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to check if this approach is correct:
The text was updated successfully, but these errors were encountered: