From 35fee8155bb6835d372c364ef721077b0dcb9d38 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Mon, 31 Jan 2022 02:35:20 +0300 Subject: fix module name --- examples/http/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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() { -- cgit v1.2.3