From 3463798d9574bd0b7eca275dccc530804ff5216f Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Sun, 1 Mar 2015 18:24:21 -0800 Subject: [PATCH] readme update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 63f23fd..0ba69b7 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,14 @@ func main() { } } ``` + +## Why? + +Because the race detector doesnt like massive stress tests. Example: +https://groups.google.com/forum/#!topic/golang-nuts/XDPHUt2LE70 + +## Why didn't you just use... + +Please tell me about a better way of doing this. It wasn't +readily apparent to me, so I made this. But i would much prefer +an env var or some already existing var from the stdlib :) -- GitLab