Skip to content

Commit

Permalink
Add deprecation notice to README pointing readers to gofrs/uuid
Browse files Browse the repository at this point in the history
This change adds a deprecation notice to the README to point users to the fork
now maintained by The Gofrs ([github.com/gofrs/uuid](https://github.com/gofrs/uuid).
It also suggest that they make use of v2.0.0 or newer.

Fixes #84

Signed-off-by: Tim Heckman <t@heckman.io>
  • Loading branch information
theckman committed Jul 19, 2018
1 parent 36e9d2e commit 9123029
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
[![Coverage Status](https://coveralls.io/repos/github/satori/go.uuid/badge.svg?branch=master)](https://coveralls.io/github/satori/go.uuid)
[![GoDoc](http://godoc.org/github.com/satori/go.uuid?status.svg)](http://godoc.org/github.com/satori/go.uuid)

## Deprecation Notice

This repository is now deprecated in favor of the fork maintained by the Go Community, [github.com/gofrs/uuid](https://github.com/gofrs/uuid).
Please use this new package, while being sure to choose a version newer than v2.0.0. The v2.0.0 release is API-compatible
with the master branch of this repository.

---

This package provides pure Go implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs.

With 100% test coverage and benchmarks out of box.
Expand Down

0 comments on commit 9123029

Please sign in to comment.