diff options
-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/ . |