1 Star 0 Fork 10

洪裳/gosk

forked from 卧雪Sirk/gosk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yamlparser_test.go 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
scottkiss 提交于 2014-01-20 21:49 . first commit
package gosk
import (
"github.com/scottkiss/go-gypsy/yaml"
"testing"
)
func TestParse(t *testing.T) {
yp := new(YamlParser)
configs := yp.parse("root")
if configs == nil {
t.Error("yaml parser error!")
}
cfg := configs["config.yml"]
var c = cfg.(*yaml.File)
c.Get("meta")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ShangHhs/gosk.git
git@gitee.com:ShangHhs/gosk.git
ShangHhs
gosk
gosk
master

搜索帮助