Browse Source

Put gopkg.in link in README for versioning

Evan Huus 11 years ago
parent
commit
6800482f2c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -14,3 +14,7 @@ Currently implemented patterns include:
 - deadline/timeout (in the `deadline` directory)
 - batching (in the `batcher` directory)
 - retriable (in the `retrier` directory)
+
+Follows semantic versioning using https://gopkg.in/ - import from
+[`gopkg.in/eapache/go-resiliency.v1`](https://gopkg.in/eapache/go-resiliency.v1)
+for guaranteed API stability.