package main import ( "fmt" "testing" ) func TestReadConfig(t *testing.T) { a := ReadConfig("../../acme.toml") t.Log(fmt.Sprintf("%+v\n", a)) }