diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:18:38 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:18:38 +0300 |
commit | f681f149ab1fb054cb4d4c8c712aa90678140d4c (patch) | |
tree | d7e8c6ad7c083a5d7c0745623160c6935b7578d9 /rpc/options.go | |
parent | f93267d71ba6e905eff8b6d979045a04e164eec1 (diff) |
Обновление имени пакета
Diffstat (limited to 'rpc/options.go')
-rw-r--r-- | rpc/options.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/options.go b/rpc/options.go index 683df66..aee96bc 100644 --- a/rpc/options.go +++ b/rpc/options.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev> // -//This file is part of go.neonxp.dev/jsonrpc2 project. +//This file is part of go.neonxp.ru/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 @@ -20,7 +20,7 @@ package rpc import ( - "go.neonxp.dev/jsonrpc2/transport" + "go.neonxp.ru/jsonrpc2/transport" ) type Option func(s *RpcServer) |