terraform-provider-docker/vendor/github.com/hashicorp/go-uuid
Matt Keeler a789ce2036 Update to Terraform 0.12 (#150). Closes #144
* Update to terraform 0.12
* Fix acceptance tests to make syntax 0.12 compatible.
2019-06-11 00:24:55 +02:00
..
.travis.yml deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules 2019-03-11 18:19:31 -04:00
go.mod deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules 2019-03-11 18:19:31 -04:00
LICENSE Initial transfer of provider code 2017-06-06 11:50:36 -04:00
README.md deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules 2019-03-11 18:19:31 -04:00
uuid.go Update to Terraform 0.12 (#150). Closes #144 2019-06-11 00:24:55 +02: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.