Highlights
golang
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
The fantastic ORM library for Golang, aims to be developer friendly
Package ini provides INI file read and write functionality in Go
🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
Cross-platform filesystem notifications for Go.
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
Uber Go 语言编码规范中文版. The Uber Go Style Guide .
A high-performance 100% compatible drop-in replacement of "encoding/json"
A curated list of awesome Go frameworks, libraries and software
A simple, semantic and developer-friendly time package for golang
一款服务于 Go 开发者的依赖注入框架,方便搭建任何 Go 应用。 A Golang depenedency injection framework, helps developers to build any go application.
Elegant Scraper and Crawler Framework for Golang
Sonic is a blogging platform developed by Go. Simple and powerful
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
A next-generation crawling and spidering framework.
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
🖖 GoCaptcha is a behavior captcha, which implements click mode, slider mode, drag-drop mode and rotation mode.
An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, RADIUS, Goo…
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码…