From cb8c7e887dbf347d6e5295771574b13fa12e5b17 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:51:56 +0300 Subject: Поправил имя пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc/options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpc/options.go') diff --git a/rpc/options.go b/rpc/options.go index aee96bc..1252b9e 100644 --- a/rpc/options.go +++ b/rpc/options.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin // -//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 @@ -20,7 +20,7 @@ package rpc import ( - "go.neonxp.ru/jsonrpc2/transport" + "neonxp.ru/go/jsonrpc2/transport" ) type Option func(s *RpcServer) -- cgit v1.2.3