Skip to content

Commit

Permalink
Rename the package to gojsonrpc to align with the repo's name
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmas-valianos committed Sep 21, 2023
1 parent e362932 commit 55efd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonrpc.go → gojsonrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

package jsonrpc
package gojsonrpc

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc_test.go → gojsonrpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package jsonrpc
package gojsonrpc

import (
"bytes"
Expand Down

0 comments on commit 55efd7b

Please sign in to comment.