Skip to content

Commit 18a7270

Browse files
committed
update go mod version & readme
1 parent 912744a commit 18a7270

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GoJson is a lightweight library designed to easily convert Go structs to JSON an
1313
To install the package, run:
1414

1515
```sh
16-
go get github.com/micahaelwp/goJson
16+
go get github.com/micahaelwp/goJson/v2
1717
```
1818

1919
## 📌 Usage

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/michaelwp/goJson
1+
module github.com/michaelwp/goJson/v2
22

3-
go 1.23
3+
go 1.24

0 commit comments

Comments
 (0)