myml / myml.github.io

myml的个人网站
https://myml.dev
3 stars 0 forks source link

常用golang库和工具 #2

Open myml opened 7 years ago

myml commented 7 years ago

json生成go stuct http://mholt.github.io/json-to-go/

curl生产go request https://mholt.github.io/curl-to-go/

xml转json https://github.com/clbanning/j2x

json转xml https://github.com/clbanning/j2x

更容易的解析json https://github.com/tidwall/gjson

类似jquery的html选择器 https://github.com/PuerkitoBio/goquery

执行javascript https://github.com/robertkrimen/otto

go库大全 https://awesome-go.com/