diff options
author | Teddy Wing | 2023-05-20 19:06:23 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-20 19:06:23 +0200 |
commit | 9aa2dfef38d08ba5a101a7c1b01fecbb1cec240d (patch) | |
tree | 2b9cff4da0a34c3a7e4eae3c9ff1872717f009ab | |
parent | d0d16dd47debff2997efc1028cec6532dcf30637 (diff) | |
download | gocapturedrefrace-9aa2dfef38d08ba5a101a7c1b01fecbb1cec240d.tar.bz2 |
README: Add documentation link
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,8 @@ gocapturedrefrace ================= +[][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 |