From 468e28b786e7a81ac5f4160ba34d53c02f07300e Mon Sep 17 00:00:00 2001 From: lukechampine Date: Mon, 4 Apr 2016 18:25:13 -0400 Subject: add Go Report Card badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3