From d3728ff66a4100ea1120585ad8fc535cc84ca6b9 Mon Sep 17 00:00:00 2001 From: liushun-ing <1743760069@qq.com> Date: Wed, 11 Dec 2024 18:16:23 +0800 Subject: [PATCH] fix: fix test tag for gonalgci --- dynamic_conf/fsnotify_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic_conf/fsnotify_test.go b/dynamic_conf/fsnotify_test.go index 2bea0fe..6dbea25 100644 --- a/dynamic_conf/fsnotify_test.go +++ b/dynamic_conf/fsnotify_test.go @@ -8,7 +8,7 @@ import ( ) type TestSt struct { - Name string `json:","` + Name string `json:"name,"` } func TestLocalFsNotify(t *testing.T) {