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

..11-Nov-2021-

.travis.ymlH A D11-Nov-202188 118

CONTRIBUTING.mdH A D11-Nov-2021312 116

CONTRIBUTORSH A D11-Nov-202132 21

LICENSEH A D11-Nov-20211.4 KiB2824

README.mdH A D11-Nov-2021778 1610

dce.goH A D11-Nov-20212 KiB8550

doc.goH A D11-Nov-2021498 141

go.modH A D11-Nov-202170 42

go.sumH A D11-Nov-2021163 32

hash.goH A D11-Nov-20211.6 KiB5430

marshal.goH A D11-Nov-20211.8 KiB8663

node.goH A D11-Nov-20211.5 KiB5124

sql.goH A D11-Nov-20211.6 KiB6941

time.goH A D11-Nov-20212.1 KiB5824

util.goH A D11-Nov-20211.7 KiB3324

uuid.goH A D11-Nov-20213.9 KiB163106

version1.goH A D11-Nov-2021743 2411

version4.goH A D11-Nov-2021866 278

README.md

1This project was automatically exported from code.google.com/p/go-uuid
2
3# uuid ![build status](https://travis-ci.org/pborman/uuid.svg?branch=master)
4The uuid package generates and inspects UUIDs based on [RFC 4122](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
5
6This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).
7
8###### Install
9`go get github.com/pborman/uuid`
10
11###### Documentation
12[![GoDoc](https://godoc.org/github.com/pborman/uuid?status.svg)](http://godoc.org/github.com/pborman/uuid)
13
14Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here:
15http://godoc.org/github.com/pborman/uuid
16