aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlukechampine <luke.champine@gmail.com>2016-04-04 18:25:13 -0400
committerlukechampine <luke.champine@gmail.com>2016-04-04 18:25:13 -0400
commit468e28b786e7a81ac5f4160ba34d53c02f07300e (patch)
tree8033a74324196b1d4b4a7c9c0cc4ca97a96a169e /README.md
parentbetter pointer documentation (diff)
downloadstm-468e28b786e7a81ac5f4160ba34d53c02f07300e.tar.gz
stm-468e28b786e7a81ac5f4160ba34d53c02f07300e.tar.xz
add Go Report Card badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6adcf6..f9cd33d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# stm
-[![GoDoc](https://godoc.org/github.com/lukechampine/stm?status.svg)](https://godoc.org/github.com/lukechampine/stm)
+[![GoDoc](https://godoc.org/github.com/lukechampine/stm?status.svg)](https://godoc.org/github.com/lukechampine/stm) [![Go Report Card](https://goreportcard.com/badge/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