chore: add circleci
This commit is contained in:
parent
613a3f2811
commit
f255f1016d
@ -10,7 +10,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
run: |
|
||||
command: |
|
||||
go get github.com/alecthomas/gometalinter
|
||||
/go/bin/gometalinter --install
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
package http
|
||||
|
||||
import (
|
||||
|
||||
@ -12,8 +12,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
fm "github.com/filebrowser/filebrowser"
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
|
||||
var upgrader = websocket.Upgrader{
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
package filebrowser
|
||||
|
||||
import (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user