terraform-provider-google/vendor/github.com/hashicorp/go-uuid
Riley Karson dbf9188792
Vendor 0.12 SDK (#3432)
```bash
GO111MODULE=on go get github.com/hashicorp/terraform@pluginsdk-v0.12-early7
GO111MODULE=on go mod vendor
GO111MODULE=on go mod tidy
```
2019-04-15 13:39:47 -07:00
..
.travis.yml Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
go.mod Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
LICENSE Initial transfer of provider code 2017-06-06 11:58:56 -04:00
README.md Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
uuid.go Vendor 0.12 SDK (#3432) 2019-04-15 13:39:47 -07:00

uuid Build Status

Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.

Documentation

The full documentation is available on Godoc.