1 Star 0 Fork 53

zealass / smscode

forked from 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/zealass/smscode.git
git@gitee.com:zealass/smscode.git
zealass
smscode
smscode
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891