SVI 3616e9acb6 SVI Обновление вендоринга 2 жил өмнө
..
CHANGELOG.md 3616e9acb6 SVI Обновление вендоринга 2 жил өмнө
CONTRIBUTING.md 3616e9acb6 SVI Обновление вендоринга 2 жил өмнө
CONTRIBUTORS 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
LICENSE 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
README.md 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
dce.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
doc.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
hash.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
marshal.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
node.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
node_js.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
node_net.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
null.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
sql.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
time.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
util.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
uuid.go 3616e9acb6 SVI Обновление вендоринга 2 жил өмнө
version1.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө
version4.go 2e62a58c57 d04 Переход к веб-морде 2 жил өмнө

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