[skip ci] Fix golint error in indexnode (#9284)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-05 21:14:03 +08:00 committed by GitHub
parent 6cf049130d
commit e86a236e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ import (
"github.com/milvus-io/milvus/internal/storage" "github.com/milvus-io/milvus/internal/storage"
) )
// TODO: use storage.Blob instead later // Blob is an alias for the storage.Blob type
type Blob = storage.Blob type Blob = storage.Blob
// Index is an interface used to call the interface to build the index task in 'C'. // Index is an interface used to call the interface to build the index task in 'C'.