From f97c8222c7f520c8d6139b37d4ab0236e5dfdb58 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 7 Sep 2014 14:08:49 +0200 Subject: [PATCH] Cleanup imports in previous --- cmd/syncthing/gui_auth.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/syncthing/gui_auth.go b/cmd/syncthing/gui_auth.go index ced11436a..da9d06a0b 100755 --- a/cmd/syncthing/gui_auth.go +++ b/cmd/syncthing/gui_auth.go @@ -5,21 +5,16 @@ package main import ( - "bufio" "bytes" "encoding/base64" - "fmt" "math/rand" "net/http" - "os" - "path/filepath" "strings" "sync" "time" "code.google.com/p/go.crypto/bcrypt" "github.com/syncthing/syncthing/config" - "github.com/syncthing/syncthing/osutil" ) var (