Fix syntax error in README stats example

master
mbertschler 2015-01-15 21:09:34 +01:00
parent 1c6f04b302
commit 565600c841
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
}
}
}()
```