fix module name
This commit is contained in:
parent
440f3f4604
commit
35fee8155b
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/neonxp/rpc"
|
"github.com/neonxp/jsonrpc2"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -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
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module github.com/neonxp/rpc
|
module github.com/neonxp/jsonrpc2
|
||||||
|
|
||||||
go 1.18
|
go 1.18
|
||||||
|
|
Loading…
Reference in a new issue