mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
Travis seems to be having issues pulling deps, so we'll have to check in the vendor directory and prevent the makefile from trying to regenerate it normally.
13 lines
658 B
Markdown
13 lines
658 B
Markdown
This project was automatically exported from code.google.com/p/go-uuid
|
|
|
|
# uuid 
|
|
The uuid package generates and inspects UUIDs based on [RFC 4122](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
|
|
|
|
###### Install
|
|
`go get github.com/pborman/uuid`
|
|
|
|
###### Documentation
|
|
[](http://godoc.org/github.com/pborman/uuid)
|
|
|
|
Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here:
|
|
http://godoc.org/github.com/pborman/uuid
|