mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Fix goimports
This commit is contained in:
committed by
Zlatko Čalušić
parent
ff6270ab62
commit
b213d2a274
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user