Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
uuid.Validate
for cases where the UUID isn't used
In google/uuid#141 a new `Validate` function was added to the `uuid` package. This can be used when no UUID struct is required, so can be used instead of `Parse`. This takes #1087, but uses `uuid.Validate` in one location.
- Loading branch information