We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912744a commit 18a7270Copy full SHA for 18a7270
README.md
@@ -13,7 +13,7 @@ GoJson is a lightweight library designed to easily convert Go structs to JSON an
13
To install the package, run:
14
15
```sh
16
-go get github.com/micahaelwp/goJson
+go get github.com/micahaelwp/goJson/v2
17
```
18
19
## 📌 Usage
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/michaelwp/goJson
+module github.com/michaelwp/goJson/v2
2
3
-go 1.23
+go 1.24
0 commit comments