From be173489e1079c063c1452d4a79c96c20124faf5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 22 Jul 2019 10:41:45 -0400 Subject: [PATCH] Include a godoc link in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f8436c..bf3ab17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Go Sync +[![GoDoc](https://godoc.org/golang.org/x/sync?status.svg)](https://godoc.org/golang.org/x/sync) + This repository provides Go concurrency primitives in addition to the ones provided by the language and "sync" and "sync/atomic" packages.