Skip to content

Commit

Permalink
new variable for u3
Browse files Browse the repository at this point in the history
  • Loading branch information
satheshshiva authored May 1, 2020
1 parent b2ce238 commit 9a898ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ func main() {
fmt.Printf("UUIDv4: %s\n", u2)

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

Expand Down

0 comments on commit 9a898ac

Please sign in to comment.