crand icon indicating copy to clipboard operation
crand copied to clipboard

Golang cryptographic randomness utility

Results 1 crand issues
Sort by recently updated
recently updated
newest added

https://tour.golang.org/flowcontrol/3 Looks like you use for do := true; do; do = condition {}. You can simplify this to for condition {}

enhancement