mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
e962b57fbb
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
11 lines
112 B
Go
11 lines
112 B
Go
package conf
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
fmt.Printf("Result: %v\n", Config)
|
|
}
|