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
- run:
name: Install Dependencies
run: |
command: |
go get github.com/alecthomas/gometalinter
/go/bin/gometalinter --install

View File

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

View File

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

View File

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