Igor Postelnik 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies пре 4 година
..
.travis.yml d06fc520c7 TUN-528: Move cloudflared into a separate repo пре 6 година
CONTRIBUTING.md d06fc520c7 TUN-528: Move cloudflared into a separate repo пре 6 година
CONTRIBUTORS d06fc520c7 TUN-528: Move cloudflared into a separate repo пре 6 година
LICENSE d06fc520c7 TUN-528: Move cloudflared into a separate repo пре 6 година
README.md 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies пре 4 година
dce.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
doc.go d06fc520c7 TUN-528: Move cloudflared into a separate repo пре 6 година
go.mod 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
hash.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
marshal.go 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies пре 4 година
node.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
node_js.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
node_net.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
sql.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
time.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
util.go d06fc520c7 TUN-528: Move cloudflared into a separate repo пре 6 година
uuid.go 8c6cfa34aa TUN-1604: Define Connect RPC call пре 6 година
version1.go 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies пре 4 година
version4.go 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies пре 4 година

README.md

uuid build status

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

GoDoc

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