Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix no new variables error in example
  • Loading branch information
yedamao authored Mar 29, 2019
1 parent b2ce238 commit b492b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
fmt.Printf("UUIDv4: %s\n", u2)

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

0 comments on commit b492b5a

Please sign in to comment.