aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/pborman/uuid/doc.go
diff options
context:
space:
mode:
authorale <ale@incal.net>2019-11-13 19:55:27 +0000
committerale <ale@incal.net>2019-11-13 19:55:27 +0000
commitf4455ea67f8d669702b91b19b2b6afbdaa828b39 (patch)
treeaf5d20926ccbc1515a2c6c3bd87abd019da87761 /vendor/github.com/pborman/uuid/doc.go
parenta67708b7af20483dafc126ea85e6a7eeec965776 (diff)
downloadcrawl-f4455ea67f8d669702b91b19b2b6afbdaa828b39.tar.gz
crawl-f4455ea67f8d669702b91b19b2b6afbdaa828b39.zip
Update dependencies (legacy and go.mod)
Diffstat (limited to 'vendor/github.com/pborman/uuid/doc.go')
-rw-r--r--vendor/github.com/pborman/uuid/doc.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/github.com/pborman/uuid/doc.go b/vendor/github.com/pborman/uuid/doc.go
index d8bd013..727d761 100644
--- a/vendor/github.com/pborman/uuid/doc.go
+++ b/vendor/github.com/pborman/uuid/doc.go
@@ -4,5 +4,10 @@
// The uuid package generates and inspects UUIDs.
//
-// UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security Services.
+// UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security
+// Services.
+//
+// This package is a partial wrapper around the github.com/google/uuid package.
+// This package represents a UUID as []byte while github.com/google/uuid
+// represents a UUID as [16]byte.
package uuid