From 8a283f3bc583b1ffeddcea24b26292dfef75330f Mon Sep 17 00:00:00 2001 From: Hidetatz Yaginuma Date: Tue, 1 Oct 2024 12:20:57 +0900 Subject: [PATCH] fix lint --- resource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource_test.go b/resource_test.go index a8b2d27..42278bd 100644 --- a/resource_test.go +++ b/resource_test.go @@ -32,7 +32,7 @@ func TestRefToStructName(t *testing.T) { } for _, c := range cases { - t.Logf(c.Prop.refToStructName()) + t.Logf("%v", c.Prop.refToStructName()) } }