aboutsummaryrefslogtreecommitdiff
path: root/examples/http/main.go
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-03-24 18:37:38 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-03-24 18:37:38 +0300
commitd4708a3665e546eea57611b17441ad9b8c89e9a4 (patch)
treed85dd050b2eaf9f321b166ecfb020069de460e93 /examples/http/main.go
parent4a8f9ef10ed6253901396bd6cd3554af05cf0d73 (diff)
Changed package name to `go.neonxp.dev/jsonrpc2`
Diffstat (limited to 'examples/http/main.go')
-rw-r--r--examples/http/main.go4
1 files changed, 2 insertions, 2 deletions
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() {