diff options
author | lukechampine <luke.champine@gmail.com> | 2016-04-04 18:25:13 -0400 |
---|---|---|
committer | lukechampine <luke.champine@gmail.com> | 2016-04-04 18:25:13 -0400 |
commit | 468e28b786e7a81ac5f4160ba34d53c02f07300e (patch) | |
tree | 8033a74324196b1d4b4a7c9c0cc4ca97a96a169e /README.md | |
parent | better pointer documentation (diff) | |
download | stm-468e28b786e7a81ac5f4160ba34d53c02f07300e.tar.gz stm-468e28b786e7a81ac5f4160ba34d53c02f07300e.tar.xz |
add Go Report Card badge
Diffstat (limited to 'README.md')
-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 |