We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce238 commit b492b5aCopy full SHA for b492b5a
README.md
@@ -50,7 +50,7 @@ func main() {
50
fmt.Printf("UUIDv4: %s\n", u2)
51
52
// Parsing UUID from string input
53
- u2, err := uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
+ u2, err = uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
54
if err != nil {
55
fmt.Printf("Something went wrong: %s", err)
56
return
0 commit comments