From a9d90bc56044aa5edeb2b45c161af3c0099a3bed Mon Sep 17 00:00:00 2001 From: Joe Lim <50560759+joelim-work@users.noreply.github.com> Date: Wed, 24 May 2023 19:34:59 +1000 Subject: [PATCH] Cleanup import of `times` package (#1262) --- copy.go | 3 ++- nav.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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