From ab160990786e0d1e62d0b70779e6c24669d512e9 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 18 一月 2024 17:35:27 +0800 Subject: [PATCH] replace json lib --- fileAnalysis.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fileAnalysis.go b/fileAnalysis.go index 73fb0c4..4b248d6 100644 --- a/fileAnalysis.go +++ b/fileAnalysis.go @@ -2,7 +2,7 @@ import ( "basic.com/pubsub/protomsg.git" - "encoding/json" + json "github.com/json-iterator/go" "strconv" ) -- Gitblit v1.8.0