radioinmyhead
radioinmyhead
my code write all with ``` Data map[string]map[string]string ``` i don't want this ``` Data map[string][]Record ```
update
- [ok] Do only one thing - [ok] Non breaking API changes - [ok] Tested ### What did this pull request do? Void use const Variable. ### User Case Description
Fix tcp resolve when use ipv6. tcpAddr.String() get ipv4 address. DialTimeout can dial with domain.
I have some static files that need to be downloaded, such as `*.js` or `*.html`, and I want to embed them in the go binary with StaticFS to simplify my...
Add support for bill-service.
- 添加go.mod,兼容那些使用mod管理的小伙伴 - 修改Tag结构体,减少冗余:之前的用法一般是:model.TagModel.TagKey 改了之后就可以是:model.Tag.Key。之前的写法明显不科学。而且之前的很多TagModel 都是通用的。不用单独定义一次 - 为CreateInstanceArgs等多个结构体添加json tag,否则后端server不认参数 - 为各种args提取一个简单的meta信息,同样为result提取一个meta信息