diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-01-15 15:27:39 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-01-15 15:27:39 -0700 |
commit | 15a58b04ae5336fd58e2dab6f289459941fbaed6 (patch) | |
tree | 5f04a0490a85a6a51478bf842493425699b42855 | |
parent | Merge pull request #282 from benbjohnson/max-mmap-check (diff) | |
parent | Fix syntax error in README stats example (diff) | |
download | dedo-15a58b04ae5336fd58e2dab6f289459941fbaed6.tar.gz dedo-15a58b04ae5336fd58e2dab6f289459941fbaed6.tar.xz |
Merge pull request #283 from mbertschler/master
Fix syntax error in README stats example
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -392,7 +392,6 @@ go func() { // Save stats for the next loop. prev = stats } -} }() ``` |