From 9aa2dfef38d08ba5a101a7c1b01fecbb1cec240d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 20 May 2023 19:06:23 +0200 Subject: README: Add documentation link --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efdbb01..d671316 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ gocapturedrefrace ================= +[![GoDoc](https://godocs.io/gopkg.teddywing.com/capturedrefrace?status.svg)][Documentation] + An analyser that reports captured variable references in goroutine closures. Goroutines that run function closures can capture reference variables from outer @@ -61,3 +63,6 @@ the analyser produces the following results: ## License Copyright © 2023 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). + + +[Documentation]: https://godocs.io/gopkg.teddywing.com/capturedrefrace -- cgit v1.2.3