1 Star 0 Fork 0

zhangdonglin/gkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

go 工具集

ini_parser

解析ini配置文件, 文件格式形如:

[section1]
    option1 = xxxx
    option2 = xxxx
# start with '#' is a comment
; start with ';' is a comment too
[section2]
    option3 = xxxxx

解析出的结果放到IniConfig中,其结构为map[string]Section, 可以通过Get方法获取某个section. 也可以通过GetOption方法获取某个配置项

Section数据结构map[string]string, 可以通过Get来获取某些option配置

json_parser

根据json文件路径解析json数据

collection

Set

Set数据结构

空文件

简介

自己封装的常用工具集合 展开 收起
MIT
取消

发行版 (1)

全部
5年前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luckyDL/gkit.git
git@gitee.com:luckyDL/gkit.git
luckyDL
gkit
gkit
684de132ab0b

搜索帮助