Lists (3)
Sort Name ascending (A-Z)
Stars
Simple HTTP, REST, and SSE client library for Go
Continuous Profiling Platform. Debug performance issues down to a single line of code
OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
Building event-driven applications the easy way in Go.
pprof is a tool for visualization and analysis of profiling data
A blazingly fast JSON serializing & deserializing library
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
Go library for decoding generic map values into native Go structures and vice versa.
Efficient cache for gigabytes of data written in Go.
A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Expression language and expression evaluation for Go
A tool to list and diagnose Go processes currently running on your system
Sql mock driver for golang to test database interactions
Implements a deep pretty printer for Go data structures to aid in debugging
Copier for golang, copy value from struct to struct and more
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码…
The home of the CUE language! Validate and define text-based and dynamic configuration
QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross…
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。