• astaxie's avatar
    support section · 63b82c43
    astaxie authored
    if iniconf.String("demo.key1") != "asta" {
    +		t.Fatal("get demo.key1 error")
    +	}
    +	if iniconf.String("demo.key2") != "xie" {
    +		t.Fatal("get demo.key2 error")
    +	}
    63b82c43
Name
Last commit
Last update
..
config.go Loading commit data...
ini.go Loading commit data...
ini_test.go Loading commit data...
json.go Loading commit data...
json_test.go Loading commit data...
xml.go Loading commit data...
xml_test.go Loading commit data...
yaml.go Loading commit data...
yaml_test.go Loading commit data...