Skip to content

Commit

Permalink
Reorganize the imports in hey.go to be more go-style compliant (rakyl…
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiery authored and mdakin committed Dec 30, 2017
1 parent b633e22 commit ba48068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hey.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ import (
"flag"
"fmt"
"io/ioutil"
"math"
"net/http"
gourl "net/url"
"os"
"os/signal"
"regexp"
"runtime"
"strings"
"time"

"github.com/rakyll/hey/requester"
"math"
"time"
)

const (
Expand Down

0 comments on commit ba48068

Please sign in to comment.