aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Joiner <anacrolix@gmail.com>2021-08-24 21:50:12 +1000
committerMatt Joiner <anacrolix@gmail.com>2021-08-24 21:50:12 +1000
commit39fb9ed138e09eaff1c4b25b5eb3e668921f7661 (patch)
tree3e603ab15b46a3f0a3bb742f1a5dde8e8c86085a
parentRemove retry profiles on Tx recycle (diff)
downloadstm-39fb9ed138e09eaff1c4b25b5eb3e668921f7661.tar.gz
stm-39fb9ed138e09eaff1c4b25b5eb3e668921f7661.tar.xz
Update reference badge
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd518ba..849897d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# stm
-[![GoDoc](https://godoc.org/github.com/anacrolix/stm?status.svg)](https://godoc.org/github.com/anacrolix/stm) [![Go Report Card](https://goreportcard.com/badge/github.com/anacrolix/stm)](https://goreportcard.com/report/github.com/anacrolix/stm)
+[![Go Reference](https://pkg.go.dev/badge/github.com/anacrolix/stm.svg)](https://pkg.go.dev/github.com/anacrolix/stm)
+[![Go Report Card](https://goreportcard.com/badge/github.com/anacrolix/stm)](https://goreportcard.com/report/github.com/anacrolix/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