Normalizing imports in api

master
Frederick F. Kautz IV 10 years ago
parent 8cbc1c2346
commit ded090a8b0
  1. 11
      pkg/api/api_signature.go
  2. 3
      pkg/api/range.go

@ -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"
)

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

Loading…
Cancel
Save