aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-05-13 18:28:07 +0200
committerTeddy Wing2023-05-13 18:28:07 +0200
commit27b71d7c8fdedca306885d078be5a35a39669907 (patch)
tree683f043bf4c5f561ab6e79f17468afed32afaf14
downloadgocapturedrefrace-27b71d7c8fdedca306885d078be5a35a39669907.tar.bz2
Add Idea.txt
-rw-r--r--Idea.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Idea.txt b/Idea.txt
new file mode 100644
index 0000000..ec3c286
--- /dev/null
+++ b/Idea.txt
@@ -0,0 +1 @@
+Go static analyser for flagging captured references in goroutine closures, as described in pattern #1 in: https://www.uber.com/en-US/blog/data-race-patterns-in-go/ .