From f255f1016d9c5d593ef1664948e9e0df82c25eca Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 1 Feb 2018 13:40:37 +0000 Subject: [PATCH] chore: add circleci --- .circleci/config.yml | 2 +- http/download.go | 1 - http/websockets.go | 2 +- rice-box.go | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4085fb1f..9e5b7cbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - checkout - run: name: Install Dependencies - run: | + command: | go get github.com/alecthomas/gometalinter /go/bin/gometalinter --install diff --git a/http/download.go b/http/download.go index a401f9d9..b28542bd 100644 --- a/http/download.go +++ b/http/download.go @@ -1,4 +1,3 @@ - package http import ( diff --git a/http/websockets.go b/http/websockets.go index 2fba9303..6e191f01 100644 --- a/http/websockets.go +++ b/http/websockets.go @@ -12,8 +12,8 @@ import ( "strings" "time" - "github.com/gorilla/websocket" fm "github.com/filebrowser/filebrowser" + "github.com/gorilla/websocket" ) var upgrader = websocket.Upgrader{ diff --git a/rice-box.go b/rice-box.go index 4279154c..afac4e92 100644 --- a/rice-box.go +++ b/rice-box.go @@ -1,4 +1,3 @@ - package filebrowser import (