mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
9 lines
85 B
Go
9 lines
85 B
Go
package querynode
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestCGoHelper_Naive(t *testing.T) {
|
|
}
|