From 793386706d8cc73da3d99d5e209de2120de4b2b5 Mon Sep 17 00:00:00 2001 From: Paul van Santen Date: Wed, 6 Sep 2023 15:05:53 +0200 Subject: [PATCH] Fix the module name to be module gopkg.in/vansante/go-network-file.v2 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cab012..b4bf252 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/go.mod b/go.mod index 14bca16..d5fd4a7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/vansante/go-network-file +module gopkg.in/vansante/go-network-file.v2 go 1.21