52 Star 171 Fork 53

xluohome / smscode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config_test.go 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
xluo 提交于 2017-03-26 22:12 . 1:优化了程序
package main
import (
"testing"
//"github.com/issue9/assert"
)
func TestGetConfig(t *testing.T) {
var conf Config
err := conf.ParseConfigFile("conf/conf.yaml")
if err != nil {
t.Error(err)
}
t.Log(conf.Vendors["yuntongxun"])
}
Go
1
https://gitee.com/oss/smscode.git
git@gitee.com:oss/smscode.git
oss
smscode
smscode
master

搜索帮助