Selaa lähdekoodia

Put gopkg.in link in README for versioning

Evan Huus 11 vuotta sitten
vanhempi
commit
6800482f2c
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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.