Skip to content

Commit

Permalink
Update uuid.go
Browse files Browse the repository at this point in the history
Co-Authored-By: bpgriner <bpgriner@users.noreply.github.com>
  • Loading branch information
tariq1890 and bpgriner authored Mar 3, 2019
1 parent 6bdaeaf commit ffc5e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuid.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (u UUID) String() string {
return string(buf)
}

// Returns string representation of UUID without hyphens
// StringNoHyphens returns the string representation of UUID without hyphens.
func (u UUID) StringNoHyphens() string {
return hex.EncodeToString(u[:])
}
Expand Down

0 comments on commit ffc5e1e

Please sign in to comment.