From 6077edbd3b86d3186bd47f067c13aabdaa4f21db Mon Sep 17 00:00:00 2001 From: "huangqing.zhu" Date: Tue, 13 Aug 2024 18:19:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=80=82=E9=85=8D=E9=AB=98?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=9A=84=20miniredis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- option.go | 1 + 1 file changed, 1 insertion(+) diff --git a/option.go b/option.go index 5e4422c..0c16ad0 100644 --- a/option.go +++ b/option.go @@ -7,6 +7,7 @@ import ( type Tester interface { Fatalf(string, ...any) Cleanup(func()) + Logf(format string, args ...interface{}) } //go:generate optiongen --new_func=NewConf --xconf=true --empty_composite_nil=true --usage_tag_name=usage