repositorypackage
0.0.0-20151221120446-b211d769a9aa
Repository: https://github.com/odeke-em/go-uuid.git
Documentation: pkg.go.dev
# README
uuid
Using the lib
$ go get github.com/odeke-em/go-uuid
Installation and use:
- To install and use UUID.version1 which depends on time of the day
$ go get github.com/odeke-em/go-uuid/uuid
$ uuid
- To install UUID.version4 which is created from random bytes
go get github.com/odeke-em/go-uuid/uuid4
$ uuid4