diff --git a/uuid.go b/uuid.go index a57207a..665cd18 100644 --- a/uuid.go +++ b/uuid.go @@ -180,8 +180,7 @@ func Must(uuid UUID, err error) UUID { return uuid } -// String returns the string form of uuid, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -// , or "" if uuid is invalid. +// String returns the string form of uuid, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. func (uuid UUID) String() string { var buf [36]byte encodeHex(buf[:], uuid)