mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
run goimports
This commit is contained in:
parent
69e5434cc2
commit
922bda2218
16 changed files with 53 additions and 38 deletions
|
@ -1,13 +1,14 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"../../server"
|
||||
"fmt"
|
||||
"github.com/abiosoft/ishell"
|
||||
"github.com/gorilla/websocket"
|
||||
"runtime"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"../../server"
|
||||
"github.com/abiosoft/ishell"
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
|
||||
func commandLineConsole() {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package main // import "bitbucket.org/stendec/frankerfacez/socketserver/cmd/ffzsocketserver"
|
||||
|
||||
import (
|
||||
"../../server"
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"fmt"
|
||||
|
@ -9,6 +8,8 @@ import (
|
|||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
"../../server"
|
||||
)
|
||||
|
||||
import _ "net/http/pprof"
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"../../server"
|
||||
"encoding/gob"
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/clarkduvall/hyperloglog"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
"../../server"
|
||||
"github.com/clarkduvall/hyperloglog"
|
||||
)
|
||||
|
||||
var SERVERS = []string{
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"bitbucket.org/stendec/frankerfacez/socketserver/server"
|
||||
"html/template"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/stendec/frankerfacez/socketserver/server"
|
||||
)
|
||||
|
||||
type CalendarData struct {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue