chore: add circleci

This commit is contained in:
Henrique Dias 2018-02-01 13:40:37 +00:00
parent 613a3f2811
commit f255f1016d
4 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Install Dependencies name: Install Dependencies
run: | command: |
go get github.com/alecthomas/gometalinter go get github.com/alecthomas/gometalinter
/go/bin/gometalinter --install /go/bin/gometalinter --install

View File

@ -1,4 +1,3 @@
package http package http
import ( import (

View File

@ -12,8 +12,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/gorilla/websocket"
fm "github.com/filebrowser/filebrowser" fm "github.com/filebrowser/filebrowser"
"github.com/gorilla/websocket"
) )
var upgrader = websocket.Upgrader{ var upgrader = websocket.Upgrader{

View File

@ -1,4 +1,3 @@
package filebrowser package filebrowser
import ( import (