diff options
author | Teddy Wing | 2023-05-13 18:28:07 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-13 18:28:07 +0200 |
commit | 27b71d7c8fdedca306885d078be5a35a39669907 (patch) | |
tree | 683f043bf4c5f561ab6e79f17468afed32afaf14 | |
download | gocapturedrefrace-27b71d7c8fdedca306885d078be5a35a39669907.tar.bz2 |
Add Idea.txt
-rw-r--r-- | Idea.txt | 1 |
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/ . |