Fix goimports

This commit is contained in:
Konrad Wojas 2017-10-25 12:32:25 +08:00 committed by Zlatko Čalušić
parent ff6270ab62
commit b213d2a274
2 changed files with 3 additions and 3 deletions

View file

@ -13,10 +13,11 @@ import (
"path/filepath"
"strings"
"time"
"goji.io/middleware"
"goji.io/pat"
"github.com/miolini/datacounter"
"github.com/prometheus/client_golang/prometheus"
"goji.io/middleware"
"goji.io/pat"
)
func isHashed(dir string) bool {