aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-05-20 19:06:23 +0200
committerTeddy Wing2023-05-20 19:06:23 +0200
commit9aa2dfef38d08ba5a101a7c1b01fecbb1cec240d (patch)
tree2b9cff4da0a34c3a7e4eae3c9ff1872717f009ab
parentd0d16dd47debff2997efc1028cec6532dcf30637 (diff)
downloadgocapturedrefrace-9aa2dfef38d08ba5a101a7c1b01fecbb1cec240d.tar.bz2
README: Add documentation link
-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