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 b9ef239 commit fb0b8b3Copy full SHA for fb0b8b3
README.md
@@ -14,7 +14,7 @@ import (
14
"net/http"
15
"time"
16
17
- "entrlcom.dev/go-http-request-body-json-decoder"
+ "entrlcom.dev/http-request-body-json-decoder"
18
)
19
20
const maxBytes = 1 << (10 * 1) * 2 // 2 KiB.
go.mod
@@ -1,3 +1,3 @@
1
-module entrlcom.dev/go-http-request-body-json-decoder
+module entrlcom.dev/http-request-body-json-decoder
2
3
go 1.22.1
0 commit comments