fix module name

This commit is contained in:
Alexander Kiryukhin 2022-01-31 02:35:20 +03:00
parent 440f3f4604
commit 35fee8155b
No known key found for this signature in database
GPG Key ID: 6DF7A2910D0699E9
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ import (
"context" "context"
"net/http" "net/http"
"github.com/neonxp/rpc" "github.com/neonxp/jsonrpc2"
) )
func main() { func main() {

View File

@ -5,7 +5,7 @@ import (
"errors" "errors"
"net/http" "net/http"
"github.com/neonxp/rpc" "github.com/neonxp/jsonrpc2"
) )
func main() { func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/neonxp/rpc module github.com/neonxp/jsonrpc2
go 1.18 go 1.18