Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
feat: added IsZero(), alias of IsNil() by @Webbmekanikern
perf: From string validation (rs#75) @smyrman
Update: add helper
Try /etc/machine-id for linux first (rs#60)
Use syscall instead of x/sys/* (rs#41)
Remove dep on testify
Add go.mod file (rs#35)
Optimize FromString by x100 by unrolling the stdlib algorithm loop
Add FromString method