Merge pull request #372 from harshavardhana/pr_out_build_fix_remove_errors_not_used

master
Harshavardhana 10 years ago
commit 2f611e61ea
  1. 3
      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

Loading…
Cancel
Save