diff --git a/copy.go b/copy.go index bdba8115..65bc14b0 100644 --- a/copy.go +++ b/copy.go @@ -2,10 +2,11 @@ package main import ( "fmt" - "github.com/djherbis/times" "io" "os" "path/filepath" + + "github.com/djherbis/times" ) func copySize(srcs []string) (int64, error) { diff --git a/nav.go b/nav.go index 48b4b2de..d4912378 100644 --- a/nav.go +++ b/nav.go @@ -15,7 +15,7 @@ import ( "strings" "time" - times "github.com/djherbis/times" + "github.com/djherbis/times" ) type linkState byte