未验证 提交 5e785005 编写于 作者: Z zhenshan.cao 提交者: GitHub

[skip ci] Fix golint error in print_binlog (#9042)

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 32fd117a
......@@ -24,6 +24,8 @@ import (
"github.com/milvus-io/milvus/internal/util/tsoutil"
)
// PrintBinlogFiles call printBinlogFile in turn for the file list specified by parameter fileList.
// Return an error early if it encounters any error.
func PrintBinlogFiles(fileList []string) error {
for _, file := range fileList {
if err := printBinlogFile(file); err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册