Skip to content

Commit

Permalink
Merge pull request #11 from Matt-Gleich/master
Browse files Browse the repository at this point in the history
docs: Use proper go module URL in docs
  • Loading branch information
djherbis committed Mar 29, 2021
2 parents 53caaf4 + b3ef35e commit be7df87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package main
import (
"log"

"gopkg.in/djherbis/times.v1"
"github.com/djherbis/times"
)

func main() {
Expand Down Expand Up @@ -60,5 +60,5 @@ only return false on those platforms when the syscall used to obtain them fails.
Installation
------------
```sh
go get gopkg.in/djherbis/times.v1
go get -u github.com/djherbis/times
```

0 comments on commit be7df87

Please sign in to comment.