diff options
Diffstat (limited to '')
-rw-r--r-- | src/guuid.go | 5 |
1 files changed, 0 insertions, 5 deletions
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, |