From 54519bc0b9350a57fc262bed581496a4a2c7e749 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 25 Mar 2015 11:49:04 -0700 Subject: [PATCH] Build fix, remove 'errors' not used --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index d1b0ec99f..8062883b1 100644 --- a/main.go +++ b/main.go @@ -18,13 +18,12 @@ package main import ( "os" + "time" - "errors" "github.com/minio-io/cli" "github.com/minio-io/iodine" "github.com/minio-io/minio/pkg/server" "github.com/minio-io/minio/pkg/utils/log" - "time" ) // commitID is automatically set by git. Settings are controlled