From d4708a3665e546eea57611b17441ad9b8c89e9a4 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Thu, 24 Mar 2022 18:37:38 +0300 Subject: Changed package name to `go.neonxp.dev/jsonrpc2` --- examples/http/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/http') diff --git a/examples/http/main.go b/examples/http/main.go index 5783c05..5c24867 100644 --- a/examples/http/main.go +++ b/examples/http/main.go @@ -5,8 +5,8 @@ import ( "errors" "net/http" - httpRPC "github.com/neonxp/jsonrpc2/http" - "github.com/neonxp/jsonrpc2/rpc" + httpRPC "go.neonxp.dev/jsonrpc2/http" + "go.neonxp.dev/jsonrpc2/rpc" ) func main() { -- cgit v1.2.3