mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 01:42:15 +08:00
12 lines
113 B
Go
12 lines
113 B
Go
package conf
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
fmt.Printf("Result: %v\n", Config)
|
|
}
|
|
|