milvus/reader/test/cgo_segment_test.go
bigsheeper 7d8ddf05a9 Add cgo building script and init ago insertion interface
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-08-29 17:37:53 +08:00

10 lines
115 B
Go

package main
import (
"fmt"
"testing"
)
func TestIntMinBasic(t *testing.T) {
fmt.Println("Hello go testing")
}