SVI cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
..
CHANGELOG.md cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
CONTRIBUTING.md cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
CONTRIBUTORS cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
LICENSE cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
README.md cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
dce.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
doc.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
hash.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
marshal.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
node.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
node_js.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
node_net.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
null.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
sql.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
time.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
util.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
uuid.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
version1.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
version4.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
version6.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja
version7.go cd1a140e4f SVI Вынос модуля; 100.0% 9 hónapja

README.md

uuid

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install
go get github.com/google/uuid
Documentation

Go Reference

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://pkg.go.dev/github.com/google/uuid