1 Star 0 Fork 0

jackytse / tabtoy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"fmt"
"gitee.com/jackytse/tabtoy/v2/example/golang/table"
)
func main() {
config := table.NewConfigTable()
if err := config.Load("Config.json"); err != nil {
panic(err)
}
for index, v := range config.SampleByID {
fmt.Println(index, v)
}
}
Go
1
https://gitee.com/jackytse/tabtoy.git
git@gitee.com:jackytse/tabtoy.git
jackytse
tabtoy
tabtoy
v0.1.0

搜索帮助