From dcec1d6e54815972b4fb2911aec39148311364a6 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 10 Sep 2020 09:52:04 +1000 Subject: Document that Operation return value isn't in the examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18455bd..bd518ba 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ applications in Go. If you find this package useful, please tell us about it! ## Examples +Note that `Operation` now returns a value of type `interface{}`, which isn't included in the examples +throughout the documentation yet. See the type signatures for `Atomically` and `Operation`. + Here's some example code that demonstrates how to perform common operations: ```go -- cgit v1.2.3