aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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