mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint error in print_binlog (#9042)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/9046/head
parent
32fd117a36
commit
5e78500519
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue