From 61e66e936f121c638569afc718e6f144d6ef940d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 3 Jan 2016 21:48:57 +0100 Subject: [PATCH] Fix imports --- backend/s3/s3.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index aca879698..6872313c5 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -5,7 +5,6 @@ import ( "errors" "fmt" "io" - "os" "strings" "github.com/minio/minio-go"