Skip to content

Commit

Permalink
Cleanup import of times package (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work authored May 24, 2023
1 parent ae1c138 commit a9d90bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion nav.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
"time"

times "github.com/djherbis/times"
"github.com/djherbis/times"
)

type linkState byte
Expand Down

0 comments on commit a9d90bc

Please sign in to comment.