google / uuid

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
BSD 3-Clause "New" or "Revised" License
5.26k stars 362 forks source link

add go.mod file #38

Closed dmitris closed 6 years ago

dmitris commented 6 years ago

PR adds a go.mod file (one-liner - package name only) and enables building and testing the package outside of GOPATH with go1.11.

pborman commented 6 years ago

Thank you.