From f681f149ab1fb054cb4d4c8c712aa90678140d4c Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sun, 28 Apr 2024 00:18:38 +0300 Subject: Обновление имени пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc/server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpc/server.go') diff --git a/rpc/server.go b/rpc/server.go index 3c9410a..55d2bf3 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin // -//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 @@ -28,7 +28,7 @@ import ( "golang.org/x/sync/errgroup" - "go.neonxp.dev/jsonrpc2/transport" + "go.neonxp.ru/jsonrpc2/transport" ) const version = "2.0" -- cgit v1.2.3