1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 18:06:55 +00:00

Reformat, fix doc

This commit is contained in:
Kane York 2017-02-02 23:08:21 -08:00
parent 50e295c834
commit 7be7fc5c3a
7 changed files with 23 additions and 24 deletions

View file

@ -1,8 +1,8 @@
package server
import (
"time"
"testing"
"time"
)
var exampleData = []string{}
@ -37,4 +37,4 @@ func TestRateLimit(t *testing.T) {
t.Error("ratelimiter improperly waited when tokens were available")
}
rl.Close()
}
}