diff options
Diffstat (limited to 'examples/http/main.go')
-rw-r--r-- | examples/http/main.go | 2 |
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() { |