Skip to content

Commit b492b5a

Browse files
authored
Update README.md
fix no new variables error in example
1 parent b2ce238 commit b492b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func main() {
5050
fmt.Printf("UUIDv4: %s\n", u2)
5151

5252
// Parsing UUID from string input
53-
u2, err := uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
53+
u2, err = uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
5454
if err != nil {
5555
fmt.Printf("Something went wrong: %s", err)
5656
return

0 commit comments

Comments
 (0)