Merge pull request #413 from fkautz/pr_out_normalizing_imports_in_api

This commit is contained in:
Frederick F. Kautz IV 2015-03-29 21:41:47 -07:00
commit 53f116616f
2 changed files with 6 additions and 8 deletions

View File

@ -18,20 +18,19 @@ package api
import (
"bytes"
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
"errors"
"fmt"
"io"
"net"
"net/http"
"net/url"
"sort"
"strings"
"time"
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
"net/http"
"net/url"
"github.com/minio-io/minio/pkg/api/config"
)

View File

@ -19,10 +19,9 @@ package api
import (
"errors"
"fmt"
"net/http"
"strconv"
"strings"
"net/http"
)
const (