mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestIntMinBasic(t *testing.T) {
|
|
fmt.Println("Hello go testing")
|
|
} |