• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

uuid/H21-Dec-2015-

uuid4/H21-Dec-2015-

CONTRIBUTORSH A D21-Dec-201569

LICENSEH A D21-Dec-20151.5 KiB

README.mdH A D21-Dec-2015363

dce.goH A D21-Dec-20152 KiB

doc.goH A D21-Dec-2015305

hash.goH A D21-Dec-20151.6 KiB

json.goH A D21-Dec-2015694

json_test.goH A D21-Dec-2015606

node.goH A D21-Dec-20152.4 KiB

seq_test.goH A D21-Dec-20151.4 KiB

time.goH A D21-Dec-20153.6 KiB

util.goH A D21-Dec-20151.9 KiB

uuid.goH A D21-Dec-20153.8 KiB

uuid_test.goH A D21-Dec-201510.4 KiB

version1.goH A D21-Dec-20151.1 KiB

version4.goH A D21-Dec-2015911

README.md

1## uuid
2
3# Using the lib
4
5```shell
6$ go get github.com/odeke-em/go-uuid
7```
8
9# Installation and use:
10
11* To install and use UUID.version1 which depends on time of the day
12
13```shell
14$ go get github.com/odeke-em/go-uuid/uuid
15$ uuid
16```
17
18* To install UUID.version4 which is created from random bytes
19
20```shell
21go get github.com/odeke-em/go-uuid/uuid4
22$ uuid4
23```
24