From d4708a3665e546eea57611b17441ad9b8c89e9a4 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Thu, 24 Mar 2022 18:37:38 +0300 Subject: Changed package name to `go.neonxp.dev/jsonrpc2` --- rpc/errors.go | 2 +- rpc/logger.go | 2 +- rpc/meta.go | 3 +++ rpc/server.go | 2 +- rpc/wrapper.go | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 rpc/meta.go (limited to 'rpc') diff --git a/rpc/errors.go b/rpc/errors.go index 02e66cf..a18c712 100644 --- a/rpc/errors.go +++ b/rpc/errors.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin // -//This file is part of github.com/neonxp/jsonrpc2 project. +//This file is part of go.neonxp.dev/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 diff --git a/rpc/logger.go b/rpc/logger.go index 9b1e0cc..b38e990 100644 --- a/rpc/logger.go +++ b/rpc/logger.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin // -//This file is part of github.com/neonxp/jsonrpc2 project. +//This file is part of go.neonxp.dev/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 diff --git a/rpc/meta.go b/rpc/meta.go new file mode 100644 index 0000000..77de69b --- /dev/null +++ b/rpc/meta.go @@ -0,0 +1,3 @@ +package rpc + +type Meta map[string]interface{} diff --git a/rpc/server.go b/rpc/server.go index ff9fcc5..4fa004d 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin // -//This file is part of github.com/neonxp/jsonrpc2 project. +//This file is part of go.neonxp.dev/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 diff --git a/rpc/wrapper.go b/rpc/wrapper.go index 5ef7a24..bfcd381 100644 --- a/rpc/wrapper.go +++ b/rpc/wrapper.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin // -//This file is part of github.com/neonxp/jsonrpc2 project. +//This file is part of go.neonxp.dev/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 -- cgit v1.2.3