milvus/internal/conf/conf_test.go

11 lines
112 B
Go
Raw Normal View History

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