Skip to content

Commit

Permalink
Fix the module name to be module gopkg.in/vansante/go-network-file.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vansante committed Sep 6, 2023
1 parent e8eb9ff commit 7933867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides an io.ReaderAt and io.WriterAt interface over the network using simple
## Installation

```
go get gopkg.in/vansante/go-ffprobe.v2
go get gopkg.in/vansante/go-network-file.v2
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/vansante/go-network-file
module gopkg.in/vansante/go-network-file.v2

go 1.21

Expand Down

0 comments on commit 7933867

Please sign in to comment.