From 833da3f33a5c727a8d7ccd034c43497c66793026 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 19 Jun 2021 16:43:43 +0100 Subject: go mod vendor --- vendor/github.com/pborman/uuid/version4.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/pborman/uuid/version4.go') diff --git a/vendor/github.com/pborman/uuid/version4.go b/vendor/github.com/pborman/uuid/version4.go index 767dd0c..b459d46 100644 --- a/vendor/github.com/pborman/uuid/version4.go +++ b/vendor/github.com/pborman/uuid/version4.go @@ -6,7 +6,7 @@ package uuid import guuid "github.com/google/uuid" -// NewRandom returns a Random (Version 4) UUID or panics. +// Random returns a Random (Version 4) UUID or panics. // // The strength of the UUIDs is based on the strength of the crypto/rand // package. -- cgit v1.2.3-54-g00ecf