diff options
Diffstat (limited to 'rpc/server.go')
-rw-r--r-- | rpc/server.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/server.go b/rpc/server.go index 55d2bf3..134a44b 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev> // -//This file is part of go.neonxp.ru/jsonrpc2 project. +//This file is part of neonxp.ru/go/jsonrpc2 project. // //This program is free software: you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ import ( "golang.org/x/sync/errgroup" - "go.neonxp.ru/jsonrpc2/transport" + "neonxp.ru/go/jsonrpc2/transport" ) const version = "2.0" |