mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
f8d9bc919d
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
7 lines
116 B
Go
7 lines
116 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package indexcgowrapper
|
|
|
|
// TODO: add a benchmark to check if any leakage in cgo.
|