We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c9d46 commit 5ea5645Copy full SHA for 5ea5645
main.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
func GenerateRandomHex(length int) (string, error) {
22
- if length%2 != 0 {
+ if length % 2 != 0 {
23
return "", fmt.Errorf("length must be an even number")
24
}
25
0 commit comments