1
0
mirror of https://github.com/google/uuid.git synced 2025-09-16 09:16:30 +02:00
Go to file
Bryan Matsuo 71fb85a64c do not use fmt.Sprintf() in UUID.String()
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.
2015-10-10 21:41:29 -07:00
2011-08-08 14:34:29 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
2015-06-03 14:39:07 -07:00
Description
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
BSD-3-Clause 1,022 KiB
Languages
Go 100%