Skip to content

Commit

Permalink
chore: add golint comment
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Nov 27, 2023
1 parent 3e5604f commit 2678604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pitr/agent/internal/pkg/opengauss.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2678604

Please sign in to comment.