Skip to content

kN6jq/myGolangCodes

Repository files navigation

myGolangCodes

存放本人阅读golang项目遇到好的一些处理方法及自己实现的一些小功能,为后面方便使用

目录

  1. Concurrent 并发
  2. http-request 一个解析数据包,可以用来做poc捕获的工具
  3. some-function 一些阅读golang项目 拿下来的较常用的方法
  4. xray-subdomain-extraction xray 实现的子域名解析
  5. json-decode json文件解析的例子

有用的库

  1. http
https://github.com/imroc/req
  1. css选择器
https://github.com/PuerkitoBio/goquery
  1. xpath语法
https://github.com/antchfx/htmlquery
  1. log日志打印
https://github.com/rs/zerolog
  1. socks5
https://github.com/txthinking/socks5

About

存放本人阅读golang项目遇到好的一些处理方法及自己实现的一些小功能,为后面方便使用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages