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

..03-May-2022-

.travis.ymlH A D12-Jan-201776 107

CONTRIBUTING.mdH A D12-Jan-2017312 116

CONTRIBUTORSH A D12-Jan-201732 21

LICENSEH A D12-Jan-20171.4 KiB2824

README.mdH A D12-Jan-2017658 149

dce.goH A D12-Jan-20172 KiB8550

doc.goH A D12-Jan-2017305 91

hash.goH A D12-Jan-20171.6 KiB5430

marshal.goH A D12-Jan-20171.8 KiB8462

marshal_test.goH A D12-Jan-20172.6 KiB125111

node.goH A D12-Jan-20172.7 KiB11883

seq_test.goH A D12-Jan-20171.4 KiB6751

sql.goH A D12-Jan-20171.5 KiB6739

sql_test.goH A D12-Jan-20172 KiB9771

time.goH A D12-Jan-20173.7 KiB13386

util.goH A D12-Jan-20171.9 KiB4432

uuid.goH A D12-Jan-20174.5 KiB202145

uuid_test.goH A D12-Jan-201713.3 KiB544487

version1.goH A D12-Jan-20171.1 KiB4224

version4.goH A D12-Jan-2017911 268

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
6###### Install
7`go get github.com/pborman/uuid`
8
9###### Documentation
10[![GoDoc](https://godoc.org/github.com/pborman/uuid?status.svg)](http://godoc.org/github.com/pborman/uuid)
11
12Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here:
13http://godoc.org/github.com/pborman/uuid
14