Explorar o código

Merge pull request #4 from sergeyklay/patch-1

Test Travis build
Seth Vargo %!s(int64=9) %!d(string=hai) anos
pai
achega
019a056b21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      uuid.go

+ 1 - 1
uuid.go

@@ -15,7 +15,7 @@ func GenerateRandomBytes(size int) ([]byte, error) {
 	return buf, nil
 }
 
-// GenerateUUID is used to generate a random UUID
+// GenerateUUID is used to generate a random UUID v4 that is defined by RFC 4122 ("Leach-Salz")
 func GenerateUUID() (string, error) {
 	buf, err := GenerateRandomBytes(16)
 	if err != nil {