aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/http/main.go2
1 files changed, 1 insertions, 1 deletions
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() {