From 94d24e7725ae95fa72e8de7d043d8841fdfac428 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 23 Oct 2025 16:25:53 +0300 Subject: [PATCH] fix: add missing strings import in jsonrpc.go --- jsonrpc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jsonrpc.go b/jsonrpc.go index 8ecbbe2d..af67d24d 100644 --- a/jsonrpc.go +++ b/jsonrpc.go @@ -12,6 +12,7 @@ import ( "reflect" "regexp" "strconv" + "strings" "sync" "time"