Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie committed Aug 20, 2020
1 parent b138d9b commit cf93e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package main
import (
"flag"

log "github.com/sirupsen/logrus"

"github.com/librespeed/speedtest/config"
"github.com/librespeed/speedtest/database"
"github.com/librespeed/speedtest/results"
"github.com/librespeed/speedtest/web"
log "github.com/sirupsen/logrus"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions web/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ import (
"strconv"
"strings"

log "github.com/sirupsen/logrus"
"github.com/umahmood/haversine"

"github.com/librespeed/speedtest/config"
"github.com/librespeed/speedtest/results"

log "github.com/sirupsen/logrus"
)

var (
Expand Down

0 comments on commit cf93e8c

Please sign in to comment.