milvus/conf/conf_test.go
zhenshan.cao 2863029665 Fix config
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
2020-09-09 18:59:56 +08:00

12 lines
113 B
Go

package conf
import (
"fmt"
"testing"
)
func TestMain(m *testing.M) {
fmt.Printf("Result: %v\n", Config)
}