diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # stm -[](https://godoc.org/github.com/lukechampine/stm) +[](https://godoc.org/github.com/lukechampine/stm) [](https://goreportcard.com/report/github.com/lukechampine/stm) Package `stm` provides [Software Transactional Memory](https://en.wikipedia.org/wiki/Software_transactional_memory) operations for Go. This is an alternative to the standard way of writing concurrent code (channels and |