uuid

Automatically exported from code.google.com/p/go-uuid

BSD-3-CLAUSE License

Stars
383
Committers
21
uuid - Fix golint warning Latest Release

Published by pborman about 4 years ago

This release contain fixes by KosToZyB for golint warnings.

uuid - Retag for go.mod

Published by pborman about 6 years ago

uuid - Leverage github.com/google/uuid

Published by pborman about 6 years ago

This release should not have visible changes. This package now leverages the google/uuid package for:

All time/clock support
All node (network interface) support
Parsing text into UUIDs
Creation of version 1 and version 4 UUIDs

The choice of this package vs the google/uuid package is largely dependent on your use case. If you want to use UUIDs as keys, used the google/uuid version (a UUID is an array). Use this package for compatibility, needing to distinguish between non-set UUID and the zero UUID, prefer byte slices over arrays.

uuid - UUID Version 1.1

Published by pborman over 7 years ago

Release version 1.1 is the first release marked as a production release for the UUID package.

uuid - First tagged release of package UUID

Published by pborman over 8 years ago

This is the first tagged release of package UUID. It includes several recent fixes from various sources as well as automatic testing via travis-ci.org.