Skip to content

xiaoxuan6/go-package-example

Repository files navigation

❤️ 收集喜欢的开源项目

RSS 订阅

分支名 包名 描述
sqlite github.com/glebarez/sqlite 本地文件数据库
cache github.com/patrickmn/go-cache 基于内存缓存,程序终止缓存清除
gjson github.com/tidwall/gjson 解析json数据
gout github.com/guonaihong/gout http 请求封装
github.com/PuerkitoBio/goquery 根据 css 节点爬取数据
github.com/go-ozzo/ozzo-validation/v4 表单验证
github.com/go-resty/resty/v2 http 请求封装
github.com/sirupsen/logrus 打印日志
github.com/qax-os/excelize Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
github.com/playwright-community/playwright-go Playwright for Go 是一个浏览器自动化库,可通过单个 API 控制 Chromium、Firefox 和 WebKit。(下载文件、截图等)
github.com/tuotoo/qrcode qrcode scanner ( decoder ) by golang 二维码扫描识别
github.com/thoas/go-funk 一个现代的 Go 实用程序库,它提供帮助程序(映射、查找、包含、过滤器......) 类似于 laravel 中的 collect
github.com/appleboy/gin-jwt/v2 JWT Middleware for Gin framework
github.com/buger/jsonparser 最快的 Go 替代 JSON 解析器之一,不需要模式
github.com/spf13/cobra 现代 Go CLI 交互的 Commander
github.com/go-redis/redis/v8 Golang 的类型安全 Redis 客户端
github.com/gookit/goutil Go 常用的一些工具函数:数字,字符串,数组,Map,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等
github.com/thinkeridea/go-extend go语言扩展包,收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码(字符串、字节)
github.com/gocolly/colly 优雅的 Golang 爬虫框架
github.com/go-rod/rod 用于 Web 自动化和抓取的 Devtools 驱动程序
github.com/go-ego/gpy Go 语言汉字转拼音工具
github.com/google/uuid Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
github.com/julienschmidt/httprouter 具有良好扩展性的高性能 HTTP 请求路由器
github.com/mattn/go-colorable 适用于 Windows 的可着色书写器。
github.com/syndtr/goleveldb Go 中的 LevelDB 键值数据库。
github.com/gin-contrib/gzip Gin 中间件启用 GZIP 支持。
github.com/urfave/cli/v2 一个简单、快速且有趣的包,用于在 Go 中构建命令行应用程序
github.com/schollz/progressbar A really basic thread-safe progress bar for Golang applications(进度条)
github.com/dchest/captcha Go包captcha实现了图像和音频验证码的生成和验证。
github.com/jaytaylor/html2text Golang HTML 到纯文本的转换库
github.com/olekukonko/tablewriter 通过 cli 打印表格
github.com/google/go-github 用于访问 GitHub v3 API 的 Go 库
github.com/fatih/color Color package for Go (golang)
github.com/disintegration/imaging Imaging 是一个简单的 Go 图像处理包
github.com/spf13/cast safe and easy casting from one type to another in Go【字段类型转换】
github.com/google/go-querystring/query go-querystring 是用于将结构编码为 URL 查询字符串的 Go 库。
github.com/ilyakaznacheev/cleanenv SparklesGolang 干净简约的环境配置阅读器
github.com/antchfx/xmlquery xmlquery 是用于 XML 查询的 Golang XPath 包。
github.com/skip2/go-qrcode QR Code encoder (Go)
github.com/aliyun/aliyun-oss-go-sdk 阿里云 oss
github.com/ouqiang/delay-queue 延迟队列
github.com/coocood/freecache GC 开销为零的 Go 缓存库。
github.com/ohler55/ojg Optimized JSON for Go(json 运算取值)
github.com/charmbracelet/glamour Stylesheet-based markdown rendering for your CLI apps(cli 输出给文字添加样式)
github.com/common-nighthawk/go-figure 从文本打印 ASCII 艺术作品。
github.com/issue9/watermark 简单的图片水印功能,支持 GIF
github.com/disintegration/gift Go Image Filtering Toolkit (Go 图像过滤工具包)
github.com/beevik/etree 在 go 中轻松解析和生成 XML
github.com/aquasecurity/table Go 中的终端表。
github.com/bitly/go-simplejson a Go package to interact with arbitrary JSON
github.com/nullrocks/identicon 受 GitHub 头像启发的开源头像生成器。
github.com/tencentyun/cos-go-sdk-v5 腾讯云 COS GO SDK(XML API)
github.com/huandu/xstrings Implements string functions widely used in other languages but absent in Go.
github.com/muesli/reflow A collection of (ANSI-sequence aware) text reflow operations & algorithms(文本回流操作和算法的集合)
github.com/yeqown/go-qrcode 帮助 gophers 生成具有自定义样式的 QR 码,例如颜色、块大小、块形状和图标。
github.com/rickonono3/m2obj 一个类JSON的、动态的、可持久化的 Golang
github.com/360EntSecGroup-Skylar/excelize Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
github.com/stoewer/go-strcase Convert snake case, camel case and kebap case strings
github.com/divan/txqr/cmd/txqr-gif 生成动态二维码
github.com/allegro/bigcache Efficient cache for gigabytes of data written in Go.
github.com/JohannesKaufmann/html-to-markdown 将 HTML 转换为 Markdown。
github.com/o1egl/govatar GO语言头像生成库
github.com/Rican7/retry 重试
github.com/qianlnk/pgbar progress bar
github.com/pibigstar/termcolor print text in terminal with color
github.com/xuri/excelize Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
github.com/fangbinwei/aliyun-oss-go-sdk Aliyun OSS SDK for Go
github.com/joho/godotenv A Go port of Ruby's dotenv library (Loads environment variables from .env files)
github.com/axgle/mahonia character-set conversion library implemented in Go
github.com/qeesung/image2ascii 🌁 Convert image to ASCII
github.com/muesli/cache2go Concurrency-safe Go caching library with expiration capabilities and access counters
demo github.com/antlinker/go-dirtyfilter Golang基于DFA算法实现的敏感词过滤
image2ascii github.com/zyxar/image2ascii Convert an image to ASCII art
github.com/tidwall/sjson Set JSON values very quickly in Go
github.com/golang-module/carbon A simple, semantic and developer-friendly golang package for datetime
github.com/mmcdole/gofeed Parse RSS, Atom and JSON feeds in Go
demo 聊天框 github.com/gorilla/websocket Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
github.com/gorilla/schema Package gorilla/schema fills a struct with form values.
github.com/basgys/goxml2json XML to JSON converter written in Go (no schema, no structs)
github.com/cch123/elasticsql convert sql to elasticsearch DSL in golang(go)
github.com/gorilla/feeds Package gorilla/feeds is a golang rss/atom generator library
github.com/go-ego/riot 搜索引擎
demo代码高亮 github.com/blevesearch/bleve A modern text indexing library for go
github.com/huichen/wukong 高度可定制的全文搜索引擎
github.com/huichen/sego Go中文分词
github.com/wcharczuk/go-chart go chart is a basic charting library in go.
github.com/h2non/filetype Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
github.com/cheggaaa/pb Console progress bar for Golang
github.com/boombuler/barcode golang 的条形码
github.com/gin-contrib/static gin 同时部署前后端分离项目中间件
github.com/grokify/html-strip-tags-go export stripTags from html/template as strip.StripTags
github.com/nwidger/jsoncolor Go 的彩色 JSON 输出
github.com/gizak/termui Golang terminal dashboard
github.com/liushuochen/gotable cli 表单
github.com/jordan-wright/email Robust and flexible email library for Go
github.com/gookit/color GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染
github.com/gofrs/uuid A UUID package originally forked from github.com/satori/go.uuid
github.com/mssola/useragent HTTP User Agent parser for the Go programming language.
github.com/antchfx/htmlquery htmlquery is golang XPath package for HTML query.
github.com/docopt/docopt.go A command-line arguments parser that will make you smile.
github.com/iancoleman/strcase A golang package for converting to snake_case or CamelCase
github.com/mcnijman/go-emailaddress Golang library for finding, parsing and validating email addresses
gitlab.com/abhimanyusharma003/go-ordered-json 保留键顺序的 JSON 对象解析
github.com/gosuri/uiprogress A go library to render progress bars in terminal applications
github.com/rodaine/table Go CLI Table Generator
github.com/atotto/clipboard 剪切板读取、写入操作
github.com/AlecAivazis/survey 一个 golang 库,用于构建交互式且可访问的提示,完全支持 Windows 和 posix 终端。
github.com/cli/safeexec exec 执行前过滤,避免命令带来的 Windows 安全风险
github.com/pkg/browser Package browser provides helpers to open files, readers, and urls in a browser window.
demo github.com/rivo/uniseg Unicode Text Segmentation, Word Wrapping, and String Width Calculation in Go(Go 中的 Unicode 文本分割、自动换行和字符串宽度计算)
demo github.com/rivo/tview 具有丰富的交互式小部件的终端 UI 库 — 用 Golang 编写
github.com/kballard/go-shellquote 字符串和切片字符串之间转换
demo github.com/google/shlex Automatically exported from code.google.com/p/go-shlex (字符串词法分析器,支持 shell 风格的引用、注释和转义)
github.com/abiosoft/ishell 用于创建交互式 cli 应用程序的库。
github.com/asaskevich/EventBus 具有 Go 异步兼容性的轻量级 eventbus (类似 PHP 中的 event 事件)
github.com/caarlos0/env 一个简单的零依赖库,用于将 env 环境变量解析为结构
github.com/elastic/go-elasticsearch The official Go client for Elasticsearch
github.com/jung-kurt/gofpdf A PDF document generator with high level support for text, drawing and images
github.com/dghubble/sling 用于创建和发送 API 请求的 Go HTTP 客户端库
github.com/vmihailenco/msgpack msgpack.org[Go] MessagePack encoding for Golang
demo github.com/streadway/amqp Go client for AMQP 0.9.1
github.com/bwmarrin/snowflake 一个简单易用的 Go (golang) 包来生成或解析 Twitter 雪花 ID
github.com/avast/retry-go 用于重试机制的简单 golang 库
github.com/gosimple/slug URL 友好的 slugify,支持多种语言
github.com/rs/xid xid 是一个全球唯一的网络 ID 生成器
github.com/hashicorp/go-retryablehttp Go 中的可重试 HTTP 客户端
github.com/jszwec/csvutil csvutil 提供 CSV 和 Go (golang) 值之间的快速且惯用的映射
github.com/ledongthuc/pdf PDF reader
github.com/vito/go-interact/interact golang CLI交互库
demo github.com/mitchellh/ioprogress Go (golang) package for progress bars around io.Reader/Writers.
github.com/adrg/xdg XDG 基本目录规范和 XDG 用户目录的 Go 实现
github.com/kyokomi/emoji 🍣 emoji terminal output for golang
github.com/mgutz/str str 包是一个字符串库,可以构建更多 Go 功能
github.com/sahilm/fuzzy 代码符号优化的模糊字符串匹配
demo github.com/jroimartin/gocui 创建控制台用户界面
github.com/alexflint/go-arg Go 中 cli 基于结构的参数解析
github.com/makenowjust/heredoc 保持字符串格式打印输出
github.com/dustin/go-humanize 将单位格式化为人类友好的尺寸(size、time、钱千位号、小数点、切片字符串拼接等)
github.com/iancoleman/orderedmap orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on the python collections.OrderedDict.
github.com/jwalton/gchalk 终端字符串样式
github.com/acarl005/stripansi 一个用于从字符串中删除 ANSI 颜色转义码的 Go 小包。
github.com/alexeyco/simpletable Simple tables in terminal with Go
github.com/hjson/hjson-go 类似 json ,但是该 hjson 支持注释
github.com/xlab/treeprint Package treeprint provides a simple ASCII tree composing tool.
github.com/creasty/defaults 使用默认值初始化结构体
github.com/moby/term 获取终端宽、高
github.com/tcnksm/go-latest 从 Golang 的各种来源检查版本是否最新的简单方法
github.com/sergi/go-diff Go 中的差异、匹配和补丁文本
github.com/MercuryEngineering/CookieMonster 用于解析 Netscape HTTP cookie 格式文件的 Go 库
demo github.com/kkdai/youtube 在 Golang 中下载 Youtube 视频
github.com/barasher/go-exiftool 从文件(图片、pdf、办公文档等)中提取尽可能多的元数据
github.com/anaskhan96/soup 爬虫,类似于 BeautifulSoup
github.com/simonhege/timeago 根据当前时间进行时间格式化的 Go 软件包(例如:“3 小时前”)
github.com/mitchellh/go-homedir Go library for detecting and expanding the user's home directory without cgo.
github.com/mattn/go-isatty 判断当前程序执行是否在终端
github.com/Knetic/govaluate golang 的任意表达式求值
github.com/antchfx/jsonquery JSON xpath query for Go. Golang XPath query for JSON query.
github.com/otiai10/copy 递归地复制目录
github.com/gobwas/glob Go glob
github.com/corpix/uarand Random user-agent generator for Go
github.com/thanhpk/randstr Generate random strings in golang
github.com/jmespath/go-jmespath 将 json 解析成 interfacce 进行搜索
github.com/Chain-Zhang/pinyin golang实现中文汉字转拼音
github.com/Machiel/slugify 为字符串创建 slugs 的极小库
github.com/jlaffaye/ftp FTP client package for Go
github.com/samber/lo 基于 Go 1.18+ 泛型的 Lodash 风格 Go 库(映射、过滤器、包含、查找...)
github.com/simonnilsson/ask 一个 Go 包,提供了一种访问映射和切片中嵌套属性的简单方法
github.com/robotn/gohook GoHook,Go全局键盘鼠标监听钩子
github.com/OwO-Network/gdeeplx A Go library used for unlimited DeepL translation
github.com/go-gomail/gomail The best way to send emails in Go.
github.com/go-pay/gopay 微信、支付宝、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】
github.com/bcicen/jstream Streaming JSON parser for Go
github.com/gen2brain/beeep 用于发送桌面通知、警报和蜂鸣声的跨平台库
github.com/go-toast/toast 用于 Windows 10 toast 通知的 go 包
github.com/gomarkdown/markdown markdown parser and HTML renderer for Go
github.com/elliotchance/orderedmap Go 中的有序映射,Set、Get、Delete 和 Len 的分摊 O(1)。
github.com/lithammer/shortuuid 🍄 A generator library for concise, unambiguous and URL-safe UUIDs
demo github.com/chromedp/chromedp 一种更快、更简单的方式来驱动支持 Chrome DevTools 协议的浏览器
github.com/toqueteos/webbrowser Go 中的 Python 网络浏览器库。用于在默认浏览器上打开网页的简单 API
github.com/Jeffail/gabs 用于在 Go 中解析、创建和编辑未知或动态 JSON
github.com/xluohome/phonedata 手机号码归属地信息库、手机号归属地查询 phone.dat
github.com/otiai10/gosseract 使用 Tesseract C++ 库进行 OCR(光学字符识别)的 Go 包
demo github.com/vcaesar/imgo 处理图像并获取图像信息
github.com/lifei6671/gocaptcha A captcha library written in golang
github.com/wwaayyaa/go-collection Generic-based collection tools
github.com/Pallinder/go-randomdata golang 的一个小型随机数据生成器,也称为 faker
github.com/yanyiwu/gojieba "结巴"中文分词的Golang版本
github.com/struCoder/Go-pinyin 汉字转拼音
github.com/pemistahl/lingua-go 最准确的Go自然语言检测库,长短文本均适用
github.com/enescakir/emoji Go 的简约表情符号包 (golang)
github.com/resendlabs/resend-go Resend's Go SDK
github.com/jedib0t/go-pretty golang 中的表格编写器等!
github.com/inancgumus/prettyslice 漂亮地将切片打印到任何 io.Writer:我创建了这个包来在我的 Go 课程中教授切片。
github.com/abadojack/whatlanggo Go 的自然语言检测库
github.com/ryanuber/columnize golang 的简单列格式输出
github.com/manifoldco/promptui 用于命令行应用程序的交互式提示
github.com/gabriel-vasile/mimetype 一个基于幻数的快速 Golang 库,用于媒体类型和文件扩展名检测
github.com/scylladb/termtables 处理表格形式数据的输出,还支持输出 HTML 和 Markdown 格式的表格。
github.com/mingrammer/commonregex 🍫 Go 的常用正则表达式集
github.com/gosuri/uilive uilive 是一个用于实时更新终端输出的 go 库
github.com/mdp/qrterminal 终端中的 QR 码
github.com/icrowley/fake Go (Golang) 的假数据生成器
github.com/eiannone/keyboard 监听键盘按键的简单程序库
github.com/upyun/go-sdk UPYUN Go SDK
github.com/distatus/battery 跨平台、规范化的电池信息库
github.com/mgechev/dots 在 Go 中实现通配符文件匹配,如 golint、go test 等。
github.com/avelino/slugify 处理字符串的 Go slugify 应用程序
github.com/artonge/go-csv-tag 使用标签从 go 读取 csv 文件
github.com/hackebrot/turtle 围棋表情符号 😄🐢🚀
github.com/rylans/getlang 纯 Go 中的自然语言检测包
github.com/endeveit/guesslanguage 用 Go 猜测文本的自然语言
github.com/xujiajun/gotokenizer 基于 Go 字典和 Biggram 语言模型的分词器。(目前仅支持中文分词)
github.com/bndr/gotabulate Gotabulate - 使用 Go 轻松漂亮打印表格数据
github.com/shopspring/decimal go中的任意精度定点十进制数
github.com/drewstinnett/gout 以标准格式输出go对象,例如YAML、JSON等
github.com/pelletier/go-toml 用于 TOML 文件格式的 Go 库
github.com/nikolaydubina/htmlyaml 🐹 在 Go 中将 YAML 渲染为 HTML
github.com/cgxxv/xj2go 将 xml 和 json 转换为 go 结构
github.com/JoshuaDoes/gofuckyourself 一个基于清理的Go脏话过滤器。
github.com/mvdan/xurls 从文本中提取网址
github.com/codemodus/kace 常见的大小写转换涵盖常见的缩写。
github.com/AfterShip/email-verifier ✅ 一个用于电子邮件验证的 Go 库,无需发送任何电子邮件。
github.com/andygrunwald/go-trending Go 库,用于访问 Github 上的趋势软件源和开发人员。
github.com/c4milo/unpackit Go 软件包可解压和解压缩 tar.gz、tar.bzip2、tar.xz、zip 和 tar 文件。
github.com/sendgrid/rest SendGrid 的 Golang HTTP 客户端,用于调用 API
github.com/skratchdot/open-golang 使用操作系统针对该对象类型的默认应用程序打开文件、目录或 URI。您还可以指定要使用的应用程序。
github.com/gookit/filter ⏳ 提供对 Golang 数据的过滤、净化、转换。提供对 Golang 数据的过滤、净化、转换。
github.com/subosito/gotenv 在 Go 中从 或 加载环境变量。
github.com/guumaster/tablewriter golang 中的 ASCII 表格
demo github.com/shurcooL/sanitized_anchor_name 字符串 slug
github.com/bregydoc/gtranslate Google Translate API 可实现无限制且免费的翻译,gtranslate 会生成免费使用 Google Translate API 所需的令牌
github.com/sqweek/dialog go-lang 的简单跨平台对话框 API
github.com/bwmarrin/go-alone 一个简单易用、高性能的 Go (golang) MAC 签名器。
github.com/golang-design/clipboard 支持在 Go 中访问文本和图像的跨平台剪贴板软件包(macOS/Linux/Windows/Android/iOS)
github.com/faiface/beep 一个能为任何 Go 应用程序带来声音的小软件包。适用于播放和音频处理。
github.com/forPelevin/gomoji 在 Golang 中使用表情符号的实用功能
github.com/qwqcode/go-aliyun-email 阿里云电子邮件服务 Golang Sdk
github.com/tcnksm/go-gitconfig 在 Golang 中使用 gitconfig 值。
github.com/ulikunitz/xz 读写 xz 压缩文件的纯 golang 软件包
github.com/OpenPeeDeeP/xdg 遵循 XDG 标准的跨平台软件包
github.com/mitchellh/go-ps 从 Go (golang) 中查找、列出和检查进程。
github.com/joeshaw/envdecode 使用结构标记从环境变量中填充结构的 Go 软件包
github.com/mileusna/useragent 用户代理字符串的 Go/Golang 解析器
github.com/UserExistsError/conpty 适用于 Golang 的 Windows 伪控制台 (ConPTY)
github.com/ncruces/zenity 适用于 Golang、Windows 和 macOS 的 Zenity 对话框
github.com/anyproto/html-to-markdown ⚙️ 将 Html 转换为 Markdown。甚至可用于整个网站。
github.com/sethvargo/go-password 用于生成高熵随机密码的 Golang 库,类似于 1Password 或 LastPass。
github.com/lunixbochs/vtclean 删除文本中的转义字符,可保留颜色
github.com/mozillazg/go-pinyin 汉字转拼音
github.com/rubenv/sql-migrate 用于 Go 的 SQL 模式迁移工具。
github.com/6tail/lunar-go 日历、公历(阳历)、农历(阴历、老黄历)、道历、佛历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.
github.com/deckarep/golang-set 适用于 Go 语言的简单、经过实战检验的通用集合类型。受到 Docker、1Password、以太坊和 Hashicorp 的信任。
github.com/djherbis/times #golang 文件时间(atime、mtime、ctime、btime)
github.com/objcoding/wxpay 🔥微信支付(WeChat Pay) SDK for Golang
github.com/unknwon/goconfig 软件包 goconfig 是一个功能齐全、支持注释的配置文件(.ini)解析器。
github.com/tealeg/xlsx 用于读写 XLSX 文件的 Go 库。
github.com/domodwyer/mailyak 优雅的 MIME/SMTP 电子邮件库,支持附件
github.com/OwO-Network/DeepLX DeepL 免费 API(无需 TOKEN)
github.com/mitchellh/hashstructure 获取 Go (golang) 中任意值的哈希值。
github.com/gammazero/workerpool 并发限制程序池
github.com/goware/urlx 用于 URL 解析和规范化的 Golang pkg
github.com/peterhellberg/link 根据 RFC 5988 的定义,解析用于分页的链接标头
github.com/tomnomnom/linkheader Golang HTTP 链接头解析器
github.com/karlseguin/typed map[string]interface{}的包装器,提供一些强类型功能
github.com/xhit/go-str2duration 在 golang 中将字符串转换为持续时间
github.com/hairyhenderson/go-which which(1) 命令的跨平台 Go 实现,可作为 CLI 和库使用
github.com/forgoer/openssl 用于对称和非对称加密和解密的 OpenSSL 函数库的函数封装。
github.com/klauspost/cpuid 围棋 CPU 功能识别
github.com/sashabaranov/go-openai OpenAI ChatGPT、GPT-3、GPT-4、DALL-E、Whisper API Go 封装器
github.com/mitchellh/mapstructure Go 库,用于将通用映射值解码为本地 Go 结构,反之亦然。
github.com/robfig/cron go 的 cron 程序库
github.com/nyaruka/phonenumbers 谷歌 libphonenumber 库的 GoLang 移植
github.com/sundowndev/phoneinfoga 电话号码信息收集框架
github.com/sundowndev/dorkgen 为 Google、Yahoo、DuckDuckGo 等搜索引擎提供安全的呆子查询类型
github.com/leekchan/accounting Golang 的货币和货币格式
github.com/shenbowei/switch-ssh-go 用于交换机(华为、H3C、思科)的 SSH 打包库
github.com/abbot/go-http-auth 用于 golang http 的基本 HTTP 验证和摘要 HTTP 验证
github.com/antonmedv/countdown 终端倒计时器
github.com/didip/tollbooth 用于限制 HTTP 请求速率的简单中间件。
github.com/bobesa/go-domain-util GOlang 软件包,用于检查 url 是否包含子域、子域是什么、url 中的顶级域是什么等。
github.com/wayneashleyberry/terminal-dimensions 端子尺寸是一个简单的围棋软件包,用于查找您的端子宽度。
github.com/phayes/freeport 获取可随时使用的免费开放 tcp 端口
github.com/miekg/dns Go 中的 DNS 库
github.com/go-ini/ini 包 ini 在 Go 中提供 INI 文件读写功能
github.com/Baozisoftware/qrcode-terminal-go 用于 golang 的 QRCode 终端。
github.com/fogleman/gg Go Graphics - 使用简单的 API 在 Go 中进行 2D 渲染。
github.com/lithammer/fuzzysearch 🐷 Go 中小巧而快速的模糊搜索
github.com/kbinani/screenshot 转到库将桌面捕捉为图像
github.com/yosssi/gohtml 围棋的 HTML 格式
github.com/zh-five/xdaemon 用于在 golang 中编写系统守护进程的库。
github.com/kelseyhightower/envconfig 从环境变量管理配置数据的 Golang 库
github.com/likexian/host-stat-go 收集主机统计数据的 Go 模块
github.com/88250/lute 🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
github.com/brianvoe/gofakeit 用 go 编写的随机假数据生成器
github.com/wangbin/jiebago Jieba 分词 Go 语言版
github.com/nikoksr/notify 一个非常简单的 Go 库,用于向各种消息服务发送通知。
github.com/go-telegram-bot-api/telegram-bot-api Telegram 机器人应用程序接口的 Golang 绑定
github.com/go-sql-driver/mysql Go MySQL 驱动程序是 Go (golang) 数据库/sql 软件包的 MySQL 驱动程序。
github.com/lunny/html2md 将 html 转换为 markdown 的 Go 库,已移至 https://gitea.com/lunny/html2md
github.com/sundy-li/html2article 基于文本密度的html2article实现[golang]
github.com/sethvargo/go-envconfig 用于从环境变量中解析 struct 标记的 Go 库。
github.com/ganlvtech/go-exportable-cookiejar 可导出的 cookiejar
github.com/dgrijalva/jwt-go ARCHIVE - JSON Web 标记(JWT)的 Golang 实现。该项目现由
github.com/xanzy/go-gitlab GitLab Go SDK
github.com/JamesHovious/w32 适用于 Go 的 Windows 应用程序接口封装器
github.com/hashicorp/go-multierror 一个 Go (golang) 软件包,用于将错误列表表示为单个错误。
github.com/godcong/chronos Chronos是用于Fate起名的日历计算工具,计算(公历,农历,八字,万年历,年柱,日柱,月柱,时柱,四柱)等
github.com/hpcloud/tail 用于读取持续更新文件的 Go 软件包(tail -f)
github.com/gocarina/gocsv GoCSV 软件包旨在为 golang 编程语言提供简便的 CSV 序列化和反序列化功能
github.com/fredbi/uri 符合 RFC 3986 标准的 uri 生成器/解析器
github.com/muesli/gitcha 与 git 仓库协同工作的 Go 助手
github.com/howeyc/gopass getpasswd for Go
github.com/briandowns/spinner Go (golang) 软件包,包含 90 个可配置的终端旋转器/进度指示器。
github.com/badoux/checkmail 用于电子邮件验证的 Golang 软件包
codeberg.org/Codeberg/avatars 头像
github.com/apoorvam/goterminal 用于更新终端进度的跨平台 Go 库。
github.com/jedib0t/go-pretty Golang 中的 Table-writer 等!
github.com/wadackel/go-gitcmd Go (golang) 软件包,提供微型 git 命令包装器。
github.com/alecthomas/kingpin 仅有贡献:Go (golang) 命令行和标志解析器
github.com/goccy/go-yaml 为 Go 语言提供 YAML 支持
github.com/paulrosania/go-charset 围棋字符集转换
github.com/TruthHun/html2json Go语言开发的HTML和Markdown转JSON工具,将HTML和Markdown内容转换为符合各种小程序组件内容渲染所需格式的
github.com/tebeka/selenium 用于 Go 的 Selenium/Webdriver 客户端
github.com/uber-go/automaxprocs 自动设置 GOMAXPROCS 以匹配 Linux 容器 CPU 配额。
github.com/otiai10/gosseract/ 使用 Tesseract C 库的 OCR(光学字符识别)Go 软件包
github.com/anthonynsimon/bild 纯 Go 语言的图像处理算法
github.com/martinhoefling/goxkcdpwgen xkcd 风格密码生成器库和 cli 工具
github.com/muesli/crunchy 查找密码中的常见漏洞。类似于 cracklib,但用 Go 编写。
github.com/elastic/go-sysinfo go-sysinfo 是一个用于收集系统信息的库。
github.com/elastic/go-windows go-windows 为 Windows API 提供 Go 封装。
github.com/OwO-Network/gDeepLX 用于无限制翻译的 Go 库 DeepL
github.com/alexbrainman/sspi 视窗 SSPI
github.com/pbnjay/memory 报告系统内存总量的 go 功能
github.com/prashantgupta24/mac-sleep-notifier 用 golang 生成 macOS 睡眠/唤醒通知
github.com/emirpasic/gods GoDS(Go 数据结构)--集合、列表、栈、地图、树、队列等等
github.com/mum4k/termdash 基于终端的仪表板。
github.com/antonmedv/clipboard 围棋剪贴板
github.com/anjia0532/gcr.io_mirror 所有的 gcr.io docker 镜像
github.com/gedex/inflector 将英语名词复数化和单数化的 Go 图书馆。
github.com/jmoiron/sqlx Golang 数据库/SQL 的通用扩展
github.com/fatih/structtag 解析和修改 Go 结构字段标记
github.com/jeremywohl/flatten 将嵌套地图或 JSON 结构扁平化为一维标量集。
github.com/creack/pty 围棋的 PTY 界面
github.com/klauspost/compress 优化围棋压缩包
github.com/drone/envsubst Go 软件包模拟 bash 环境变量替换
github.com/cesanta/docker_auth Docker Registry 2 的验证服务器
github.com/pingcap/br 用于分布式备份和恢复 TiDB 集群数据的命令行工具
github.com/cheynewallace/tabby 超简单 Golang 表格的小型库
github.com/joho/sqltocsv 将任意数据库/sql 查询结果轻松转换为 CSV 文件的 Go 软件包
github.com/gofri/go-github-ratelimit 能处理 GitHub API 二级速率限制的 GoLang HTTP RoundTripper
github.com/cespare/xxhash 64 位 xxHash 算法 (XXH64) 的 Go 实现
github.com/go-enry/go-enry 更快的文件编程语言检测器
github.com/karrick/godirwalk Golang 快速目录遍历
github.com/matoous/go-nanoid Golang 随机 ID 生成器。
github.com/Songmu/prompter 用于轻松提示的 golang 实用程序
github.com/speps/go-hashids http://www.hashids.org 的 Go (golang) 实现
github.com/aymerick/douceur Go 中的简单 CSS 解析器和内联程序
github.com/dablelv/cyan 一个现代、全面、高效的围棋实用程序库。
github.com/deatil/go-hash go 常用摘要算法库 (MD2/MD4/MD5/Hmac/Ripemd160/SHA1/SHA3/SHA256/SM3/xxhash/Siphash)
github.com/zhaoyunxing92/dingtalk go版本的钉钉开发api
github.com/tidwall/pretty 适用于 Go 的高效 JSON 美化器和压缩器
github.com/xen0n/go-workwx 适用于 Go 的合理的 WeCom(企业微信、Wechat Work、Work Weixin)SDK
github.com/aviddiviner/gin-limit Gin 中间件限制同时请求。
github.com/lib-x/deepl free deepl translate api in go
github.com/buger/goterm Go 中的高级终端输出
github.com/alicebob/miniredis 用于 Go unittests 的纯 Go Redis 服务器
github.com/smartwalle/alipay 支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签,支持文件上传和接口内容加密。
github.com/variadico/noti 监控进程并触发通知。
github.com/thlib/go-timezone-local 获取本地时区的全称
github.com/vimsucks/wxwork-bot-go 企业微信群机器人接口 Golang 封装
github.com/go-telegram-bot-api/telegram-bot-api/ Telegram 机器人应用程序接口的 Golang 绑定
github.com/PaesslerAG/gval golang 中的表达式评估
demo github.com/fsnotify/fsnotify Go 的跨平台文件系统通知。
github.com/syyongx/php2go 使用 Golang 实现 PHP 的常用内置函数。
github.com/cockroachai/auditlimit 内容审核及速率限制服务
github.com/ProudMuBai/GoFilm 多播放源自动采集在线影视网站 golang vue
github.com/tcnksm/ghr 将多个工件并行上传到 GitHub Release
github.com/Songmu/goxz 只需按常规进行交叉构建和归档即可
github.com/mattn/go-scan json 获取指定元素
github.com/daviddengcn/go-colortext 更改控制台文本的颜色
github.com/MichaelMure/mdr 终端的 MarkDown 渲染器
github.com/mattn/drawcmd 在 Windows 命令提示符下渲染图像
github.com/xiaoxuan6/SMSBombing 短信轰炸
github.com/pterm/pterm ✨ #PTerm 是一个现代 Go 模块,可轻松美化控制台输出。它具有图表、进度条、表格、树、文本输入、选择菜单等多种功能 🚀 它完全可配置,100% 跨平台兼容。
github.com/bytedance/godlp 敏感信息保护工具包
github.com/matsuyoshi30/germanium 从源代码生成图像
github.com/signintech/gopdf 用 Go 语言编写的用于生成 PDF 的简单库
github.com/charmbracelet/freeze 生成代码和终端输出的图像 📸
github.com/ggwhite/go-masker 为敏感信息创建掩码的简单实用工具
github.com/noelyahan/mergi go 图像编程库(合并、裁剪、调整大小、水印、动画、缓和、转运)
github.com/caarlos0/starcharts 绘制存储库星级随时间变化的曲线图。
github.com/long2ice/longurl 自我托管的短网址服务
github.com/TruthHun/html2md html2markdown,将 html 转换为 markdown
github.com/nguyenthenguyen/docx 用于替换 Microsoft Word (.docx) 文件中文本的简单 Google Go (Golang) 库
github.com/mtlynch/picoshare 简约、易于托管的图像和其他文件共享服务
github.com/duke-git/lancet 一个全面、高效、可重用的 Go 函数库。
github.com/johnkerl/lumin 高亮显示文件中匹配项的简单命令行工具--就像带 --color 的 grep,但会在高亮显示匹配项的同时显示所有行
github.com/owenthereal/jqplay 用 Go 编写的 jq 游戏场地
github.com/yangwenmai/github-trending-backup Github 趋势备份每日更新。
github.com/sabhiram/go-gitignore 用于 go 的 gitignore 解析器
github.com/easychen/wecomchan 微信推送服务Server酱的开源替代。通过企业微信向微信推送消息的配置文档、直推函数和可自行搭建的在线服务代码。
github.com/tidwall/match Go 的简单字符串模式匹配器
github.com/uniplaces/carbon Golang 的 Carbon,Time 的扩展
github.com/pkumza/numcn 中文数字之间的相互转换
github.com/jmz331/gpinyin golang 汉字转拼音工具类
github.com/wujunwei928/parse-video Golang短视频去水印:抖音,皮皮虾,火山,微视,最右,快手,全民小视频,皮皮搞笑,西瓜视频,虎牙,梨视频,acfun,好看视频...
github.com/ghodss/yaml 在 Golang 中调用和取消调用 YAML 的更好方法
github.com/tomasen/realip 一个能从 http 请求头中获取客户端真实公共 IP 地址的 golang 库
github.com/ryszard/goskiplist Go 中的跳过列表实现
github.com/spf13/afero Go 的文件系统抽象系统
github.com/mritd/chinaid China ID card and other information generation library(中国大陆身份证号等信息生成库)
github.com/cdfmlr/ellipsis 在 go 中用省略号截断 UTF-8 长字符串
github.com/snabb/sitemap Go XML 网站地图和网站地图索引软件包(golang)
github.com/Delta456/box-cli-maker 为 CLI 制作高度定制的盒子
github.com/facette/natsort Go 中的自然字符串排序
github.com/bitfield/script 在 Go 中轻松编写类 shell 脚本
github.com/lascape/sat 高性能简繁体转换
github.com/DataHenHQ/useragent DataHen 用户代理工具是一个 Golang 软件包和独立工具,可生成数百万个用户代理字符串的随机组合。目前在 DataHen 的生产中用于抓取/扫描数十亿个网页。
github.com/adam-hanna/arrayOperations 在 goLang 中对切片执行联合、相交、差分和区分操作的小型库
github.com/huandu/xstrings 实现在其他语言中广泛使用、但在 Go 中缺失的字符串函数。
github.com/codeskyblue/go-sh 就像 python-sh 一样,便于使用 golang 调用 shell。
github.com/boilingfrog/etcd-learning etcd 学习,使用场景,源码解读
github.com/ycvk/deeplx-local 自建deeplx服务
github.com/rogpeppe/fastuuid 快速生成 192 位 UUID
github.com/go-pay/unzip 支持远程指定文件解压缩的高性能库
github.com/redis/go-redis Redis Go 客户端
github.com/fzdwx/infinite 帮助你用 Go 创建交互式命令行应用程序。
github.com/gin-gonic/gin Gin 是一个用 Go (Golang) 编写的 HTTP 网络框架。它的 API 类似于 Martini,但性能更强,最高可快 40 倍。如果你需要惊人的性能,那就来试试 Gin吧。
github.com/bastengao/chinese-holidays-go 提供具有中国特色的休假安排或者工作日查询
github.com/gorilla/mux 软件包 gorilla/mux 是一款功能强大的 HTTP 路由器和 URL 匹配器,用于使用 🦍 构建 Go 网络服务器。
github.com/libdns/alidns 用于 libdns 的阿里巴巴云 DNS(AliDNS)提供商
github.com/containrrr/watchtower 自动更新 Docker 容器基础镜像的流程。
github.com/goware/emailx 用于 golang 的电子邮件验证/规范化
github.com/Xuanwo/go-locale Golang 的跨平台本地检测
github.com/Starainrt/astro 自用天文算法,公历农历转换、八大行星位置、日出日落月出月落时间、节气物候时间等
github.com/fvbock/endless go 服务器零停机重启(可直接替换 http.ListenAndServe)
github.com/wxpusher/wxpusher-sdk-go 微信消息实时推送服务[WxPusher]的go版本sdk,可以通过API实时给个人微信推送消息。wechat pusher.
github.com/fukata/golang-stats-api-handler Golang CPU、内存、GC 等信息 api 处理程序。
github.com/rifflock/lfshook golang logrus 日志记录器的本地文件系统钩子
github.com/irevenko/octostats 附加的 GitHub API 方法
github.com/irevenko/octotui 🐙🐱🖥️ 终端中的 GitHub 统计信息
github.com/goodsign/monday Monday 是一个简约的 l10n、i18n 软件包,用于翻译 time.Date 对象中的月份和星期名称。
github.com/d-tsuji/clipboard (实验)用于多平台剪贴板的 Go 库。
github.com/getlantern/systray 在通知区域放置图标和菜单的跨平台 Go 库
github.com/cratonica/2goarray 将文件(或任何其他数据)编码为 Go 字节数组的简单实用程序。
github.com/skratchdot/open-golang/ 使用操作系统针对该对象类型的默认应用程序打开文件、目录或 URI。您还可以指定要使用的应用程序。
github.com/akavel/rsrc 嵌入 .ico 的工具
github.com/lxn/walk 适用于 Go 编程语言的 Windows 图形用户界面工具包
github.com/maypok86/otter Go 的高性能缓存
github.com/rs/cors Go net/http 可配置处理程序,用于处理 CORS 请求
github.com/JGLTechnologies/gin-rate-limit 吟唱网络框架的速率限制器
github.com/oliamb/cutter 在 Golang 中裁剪图像
github.com/araddon/dateparse GoLang 在不预先知道格式的情况下解析许多日期字符串。
github.com/inancgumus/screen 跨平台使用纯 Go 清理屏幕的小帮手
github.com/itchyny/json2yaml 用 Go 语言编写的高效 JSON 到 YAML 转换器
github.com/artdarek/go-unzip 简单的 GOLang 解压缩包
github.com/afex/hystrix-go 用于 Go 的 Netflix Hystrix 延迟和容错库
github.com/simon-whitehead/num-id Go 的数字到字母数字转换库,类似于 tinyurl 等 URL 缩短服务。
github.com/yoda-of-soda/map2xml Golang 中的编码/xml 封装器,使其能够对接口映射进行编译
demo github.com/importcjj/sensitive 敏感词查找、验证、过滤和替换 🤓 FindAll、验证、过滤和替换词。
github.com/grafov/m3u8 用于 Apple HLS 的 M3U8 播放列表的解析器和生成器。Go 语言库。🎦
github.com/olekukonko/ts 简单申请获取终端尺寸
github.com/goproxyio/goproxy Go 模块的全局代理。
github.com/rubenfonseca/fastimage 在给定远程图片 uri 的情况下,尽可能少地获取图片,从而找到图片的类型和/或大小。
github.com/hibiken/asynq Go 中简单、可靠、高效的分布式任务队列
github.com/thoas/bokchoy 由 Redis 支持的 Go 简单作业队列
github.com/matryer/try Go 的简单惯用重试包
github.com/go-redsync/redsync 使用 Redis for Go 的分布式互斥锁
github.com/artfoxe6/cron_expression 用于 golang 的 cron 表达式,计算下一次时间
github.com/HDT3213/delayqueue Go 中简单、可靠、免安装的分布式延时投递消息队列简单、可靠、免安装的分布式延时投递消息队列
github.com/peco/peco 简单的交互式筛选工具
github.com/Nagill/m3u8-to-mp4 m3u8转换mp4
github.com/thedevsaddam/govalidator 使用简单规则验证 Golang 请求数据。受到 Laravel 请求验证的高度启发。
github.com/sundowndev/dorkgen 为 Google、Yahoo、DuckDuckGo 等搜索引擎提供安全的呆子查询类型
github.com/yhat/scrape 用于 Go 网络搜索的简单、高级界面。
github.com/oxffaa/gopher-parse-sitemap 高效的 golang 库,用于解析大型网站地图并避免高内存占用。网站地图解析器是在 golang 上编写的,没有外部依赖性。
github.com/raviqqe/muffet Go 中的快速网站链接检查器
github.com/sethgrid/multibar 在 Go (golang) 中显示多个进度条。
github.com/caddyserver/cache-handler 用于 Caddy 的分布式 HTTP 缓存模块
demo1demo2 github.com/Masterminds/sprig Go 模板的实用模板功能。
github.com/fatih/camelcase 在围棋中将驼峰词分割成单词片段
github.com/jmespath-community/go-jmespath JMESPath 的 Golang 实现。
github.com/orestonce/m3u8d m3u8视频下载工具, 提供windows/macos图形界面, 下载后自动将ts文件合并、转换格式为mp4
github.com/yapingcat/gomedia 用于 rtmp、mpeg-ts、mpeg-ps、flv、mp4、ogg、rtsp 的 golang 库
github.com/gin-contrib/sessions 用于会话管理的 Gin 中间件
github.com/gookit/validate ⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
github.com/ip2location/ip2location-go 使用 IP2Location 地理位置数据库和 IP2Location Go Package 查找地理位置信息。它可用于确定任何 IP 地址的国家、地区、城市、坐标、邮编、时区、ISP、域名、连接类型、区号、天气、MCC、MNC、移动品牌名称、海拔、使用类型、地址类型和 IAB 类别。
github.com/elithrar/simple-scrypt 在 Go 中使用 scrypt KDF 生成、比较和检查密码哈希值的便捷库 🔑
github.com/peterbourgon/unixtransport 在 Go HTTP 客户端中支持 Unix 域套接字
github.com/medama-io/go-useragent Go 中基于三元组的快速用户代理解析器
github.com/asaskevich/govalidator [Go] 用于字符串、数值、片段和结构体的验证器和消毒器软件包
github.com/radovskyb/watcher watcher 是一个 Go 软件包,用于在不使用文件系统事件的情况下观察文件或目录的变化。
github.com/klauspost/cpuid/ 围棋 CPU 功能识别
github.com/unrolled/secure 适用于 Go 的 HTTP 中间件,可快速提高安全性。
github.com/kingparks/jetbra-activate idea激活,2024最新IDEA激活方式,超级稳定
github.com/andybalholm/cascadia Go 中的 CSS 选择器库
github.com/montanaflynn/stats 测试良好、功能全面的 Golang 统计库软件包,无依赖关系。
github.com/alessio/shellescape 将任意字符串转义为命令行参数
github.com/elazarl/goproxy Go 的 HTTP 代理库
github.com/keith-turner/ecoji 将数据编码(和解码)为表情符号
github.com/charmbracelet/log 极简、多彩的 Go 日志库 🪵
github.com/weppos/publicsuffix-go 基于公共后缀列表的 Go 域名解析器。
github.com/jasonlvhit/gocron Golang 作业调度软件包
github.com/denisbrodbeck/machineid 获取任何主机的唯一机器 ID(无管理员权限)
github.com/llychao/m3u8-downloader 一个M3U8 视频下载(M3U8 downloader)工具。跨平台: 提供windows、linux、mac三大平台可执行文件,方便直接使用。
github.com/shurcooL/github_flavored_markdown GitHub Flavored Markdown 渲染器,具有栅栏式代码块高亮显示和可点击的标题锚链接。
github.com/gin-contrib/timeout Gin 的超时中间件
github.com/kirinlabs/utils Golang开发扩展库,包括字符串处理、日期转换、类型转换、切片处理、压缩、加密、AES/ECB加密解密等
github.com/mikefarah/yq yq 是一款便携式命令行 YAML、JSON、XML、CSV、TOML 和属性处理器
github.com/nlnwa/whatwg-url 符合 WHATWG 标准的 Go 语言 url 解析器
github.com/shabbyrobe/xmlwriter xmlwriter 是一个纯 Go 库,基于 libxml2 的 xmlwriter 模块提供程序化 XML 生成功能
github.com/c-bata/go-prompt 受 python-prompt-toolkit 的启发,在 Go 中构建功能强大的交互式提示。
github.com/chriswalz/bit Bit 是一个现代化的 Git CLI
github.com/kardianos/service 在主要平台上以服务形式运行围棋程序。
github.com/technosophos/moniker 生成奇特名称的 Go 库
github.com/hako/durafmt 🕗 改进围棋中的时间长度格式!
github.com/Lengso/iplookup IP反查域名
github.com/dmgk/faker 一个用于生成姓名、地址和电话号码等虚假数据的库。
github.com/valyala/fastjson Go 的快速 JSON 解析器和验证器。无自定义结构、无代码生成、无反射
github.com/filhodanuvem/gitql 💊 一种 git 查询语言
github.com/netinternet/remoteaddr Go http 真实 IP 头解析器
github.com/theyakka/tardy 有条不紊地处理 CLI 提示
github.com/zyedidia/eget 从 GitHub 轻松安装预编译二进制文件。
github.com/jessevdk/go-flags go 命令行选项解析器
github.com/IGLOU-EU/go-wildcard 🚀 快速、简便的通配符模式匹配。
github.com/jinzhu/inflection 将英语名词复数化和单数化
github.com/esimov/pigo 纯 Go 语言的快速人脸检测、瞳孔/眼睛定位和面部地标点检测库。
github.com/alicfeng/mysql_markdown 它能简洁明了地生成 MySQL 的标记符结构文档~。
github.com/wangjohn/quickselect Go 实现查找集合中最小的 k 个元素。
github.com/fsamin/go-repo Go-Repo 只是 git 命令的 golang 包装器
github.com/bmatcuk/doublestar 在golang的path.Match和filepath.Glob中实现了对双星()匹配的支持。
github.com/ltaoo/wx_channels_download 微信视频号下载器
github.com/charmbracelet/huh 建立终端形式和提示🤷🏻‍♀️
github.com/cloudfoundry-attic/jibber_jabber Cross Platform locale detection for Golang
github.com/yassinebenaid/godump 轻松地转储任何GO变量
github.com/jesseduffield/asciigraph Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
github.com/mcuadros/go-lookup Small library on top of reflect for make lookups to any Structs or Maps
github.com/Azure/go-ntlmssp NTLM/Negotiate authentication over HTTP
github.com/blushft/go-diagrams 使用GO创建美丽的系统图
github.com/expr-lang/expr Expression language and expression evaluation for Go
github.com/klauspost/pgzip 进行平行GZIP(DE)压缩
github.com/nao1215/markdown 简单的标记markdown
github.com/ipinfo/cli IPINFO API的官方命令行接口(IP地理位置和其他类型的IP数据)
github.com/WJQSERVER-STUDIO/ghproxy 由Go编写的Github下载加速项目
github.com/k0kubun/go-ansi Windows-Portable ANSI逃生序列实用程序的GO语言
github.com/bogdanfinn/tls-client NETHTTP.Client像HTTP客户端一样具有选项,可以选择用于请求的特定客户端TLS指纹。
github.com/keybase/go-keychain Golang KeyChain套件适用于iOS和MACOS
github.com/zalando/go-keyring GO的跨平台键环接口
github.com/byawitz/ggh 召回您的SSH会话(还搜索您的SSH配置文件)
github.com/skeema/knownhosts 使用主机钥匙查找go ssh nown_hosts包装器
github.com/shirou/gopsutil psutil for golang
github.com/Contextualist/acp 使终端个人文件转移至关重要
github.com/vrischmann/userdir Go package to get user directories
github.com/segmentio/kafka-go Kafka library in Go
github.com/alperdrsnn/clime Beautiful Terminal UI for Go
github.com/xpzouying/headless_browser headless browser, powered by go-rod
github.com/tjfoc/gmsm GM SM2/3/4 library based on Golang (基于Go语言的国密SM2/SM3/SM4算法库)
github.com/zbuzhi/diff-excel Excel文件对比工具
github.com/bililive-go/bililive-go 一个直播录制工具

About

❤️ 收集喜欢的开源项目 | RSS 订阅

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors