1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 00:18:31 +00:00

run goimports

This commit is contained in:
Kane York 2016-04-28 14:36:59 -07:00
parent 69e5434cc2
commit 922bda2218
16 changed files with 53 additions and 38 deletions

View file

@ -1,17 +1,18 @@
package main
import (
"time"
"io"
"fmt"
"os"
"net/http"
"errors"
"sync"
"github.com/hashicorp/golang-lru"
"github.com/clarkduvall/hyperloglog"
"bitbucket.org/stendec/frankerfacez/socketserver/server"
"encoding/gob"
"errors"
"fmt"
"io"
"net/http"
"os"
"sync"
"time"
"bitbucket.org/stendec/frankerfacez/socketserver/server"
"github.com/clarkduvall/hyperloglog"
"github.com/hashicorp/golang-lru"
)
type serverFilter struct {