diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | examples/http/main.go | 2 | ||||
-rw-r--r-- | go.mod | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -42,7 +42,7 @@ import ( "context" "net/http" - "github.com/neonxp/rpc" + "github.com/neonxp/jsonrpc2" ) func main() { diff --git a/examples/http/main.go b/examples/http/main.go index fdef509..730fc03 100644 --- a/examples/http/main.go +++ b/examples/http/main.go @@ -5,7 +5,7 @@ import ( "errors" "net/http" - "github.com/neonxp/rpc" + "github.com/neonxp/jsonrpc2" ) func main() { @@ -1,3 +1,3 @@ -module github.com/neonxp/rpc +module github.com/neonxp/jsonrpc2 go 1.18 |