Merge pull request #283 from mbertschler/master

Fix syntax error in README stats example
master
Ben Johnson 2015-01-15 15:27:39 -07:00
commit 15a58b04ae
1 changed files with 0 additions and 1 deletions

View File

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