From 26786045c4a2b2d6e66d619b41f5675657a7915d Mon Sep 17 00:00:00 2001 From: mlycore Date: Mon, 27 Nov 2023 10:45:29 +0800 Subject: [PATCH] chore: add golint comment Signed-off-by: mlycore --- pitr/agent/internal/pkg/opengauss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pitr/agent/internal/pkg/opengauss.go b/pitr/agent/internal/pkg/opengauss.go index fcba1e92..84866d3c 100644 --- a/pitr/agent/internal/pkg/opengauss.go +++ b/pitr/agent/internal/pkg/opengauss.go @@ -349,6 +349,7 @@ func (og *openGauss) ShowBackupList(backupPath, instanceName string) ([]*model.B return og.showbackup(cmd, instanceName) } +//nolint:unused func (og *openGauss) ignore(outputs chan *cmds.Output) { defer func() { _ = recover()