Skip to content

Commit fb0b8b3

Browse files
committed
fix package
1 parent b9ef239 commit fb0b8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"net/http"
1515
"time"
1616

17-
"entrlcom.dev/go-http-request-body-json-decoder"
17+
"entrlcom.dev/http-request-body-json-decoder"
1818
)
1919

2020
const maxBytes = 1 << (10 * 1) * 2 // 2 KiB.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module entrlcom.dev/go-http-request-body-json-decoder
1+
module entrlcom.dev/http-request-body-json-decoder
22

33
go 1.22.1

0 commit comments

Comments
 (0)