mirror of https://github.com/milvus-io/milvus.git
Fix master compile error (#8333)
Resolves: #8336 Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/8338/head
parent
2f92f78e7b
commit
4ee8275b88
|
@ -81,6 +81,7 @@ coverage.txt
|
|||
profile.out
|
||||
profile.txt
|
||||
go_coverage.html
|
||||
cover.out
|
||||
|
||||
# codecov-cpp generated files
|
||||
lcov_*.info
|
||||
|
|
|
@ -27,8 +27,6 @@ import (
|
|||
"time"
|
||||
"unsafe"
|
||||
|
||||
"github.com/milvus-io/milvus/internal/util/trace"
|
||||
|
||||
"github.com/milvus-io/milvus/internal/common"
|
||||
|
||||
"go.uber.org/zap"
|
||||
|
|
Loading…
Reference in New Issue