From 7da1d0b82bcf507fe111da30bf7c9033afcecdfc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 19 Oct 2024 17:08:39 -0300 Subject: src/guuid.go: Remove NewBytes() --- src/guuid.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/guuid.go b/src/guuid.go index b8cf5fe..f4c6d7b 100644 --- a/src/guuid.go +++ b/src/guuid.go @@ -50,11 +50,6 @@ func New() UUID { return uuid } -func NewBytes() []byte { - id := New() - return id[:] -} - func (uuid UUID) String() string { dst := [encodedLength]byte { 0, 0, 0, 0, -- cgit v1.2.3