Skip to content

Commit

Permalink
Fix goimports issue
Browse files Browse the repository at this point in the history
  • Loading branch information
komalsukhani committed Aug 27, 2019
1 parent 1f91033 commit 6cf02c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gateway/mw_request_signing.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"crypto/sha256"
"encoding/base64"
"errors"
"github.com/TykTechnologies/tyk/certs"
"hash"
"net/http"
"strings"
"time"

"github.com/TykTechnologies/tyk/certs"
)

type RequestSigning struct {
Expand Down

0 comments on commit 6cf02c7

Please sign in to comment.