mirror of
https://github.com/google/uuid.git
synced 2024-11-24 08:32:23 +02:00
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
71fb85a64c
A single array is used as a buffer and "encoding/hex".Encode() hex encodes directly its final destination. Loops are avoided because they are simple enough to unroll manually. |
||
---|---|---|
CONTRIBUTORS | ||
dce.go | ||
doc.go | ||
hash.go | ||
json_test.go | ||
json.go | ||
LICENSE | ||
node.go | ||
seq_test.go | ||
sql_test.go | ||
sql.go | ||
time.go | ||
util.go | ||
uuid_test.go | ||
uuid.go | ||
version1.go | ||
version4.go |