1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08: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

@ -6,8 +6,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/pmylund/go-cache"
"golang.org/x/crypto/nacl/box"
"io/ioutil"
"log"
"net/http"
@ -16,6 +14,9 @@ import (
"strings"
"sync"
"time"
"github.com/pmylund/go-cache"
"golang.org/x/crypto/nacl/box"
)
const bPathAnnounceStartup = "/startup"