%PDF- %PDF-
Direktori : /home/waritko/go/src/github.com/odeke-em/go-uuid/ |
Current File : //home/waritko/go/src/github.com/odeke-em/go-uuid/README.md |
## uuid # Using the lib ```shell $ go get github.com/odeke-em/go-uuid ``` # Installation and use: * To install and use UUID.version1 which depends on time of the day ```shell $ go get github.com/odeke-em/go-uuid/uuid $ uuid ``` * To install UUID.version4 which is created from random bytes ```shell go get github.com/odeke-em/go-uuid/uuid4 $ uuid4 ```