Merge pull request #283 from mbertschler/master

Fix syntax error in README stats example
This commit is contained in:
Ben Johnson 2015-01-15 15:27:39 -07:00
commit 15a58b04ae

View File

@ -392,7 +392,6 @@ go func() {
// Save stats for the next loop.
prev = stats
}
}
}()
```