From aa459f0725e1b6c7f0307373a3cbb1d48b1b6a6b Mon Sep 17 00:00:00 2001 From: maweck <41794488+maweck@users.noreply.github.com> Date: Wed, 8 Aug 2018 10:12:56 +0200 Subject: [PATCH] Readd "lumberjack.v2" import which was removed by gofmt Sorry - I do my tests and run "gofmt" before comitting the changes - It sadly seems like it is messing up the imports over and over again. --- cmd/filebrowser/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/filebrowser/main.go b/cmd/filebrowser/main.go index 2d959f28..d1c3d634 100644 --- a/cmd/filebrowser/main.go +++ b/cmd/filebrowser/main.go @@ -10,6 +10,7 @@ import ( "github.com/hacdias/fileutils" flag "github.com/spf13/pflag" "github.com/spf13/viper" + "gopkg.in/natefinch/lumberjack.v2" "io/ioutil" "log" "net"