11 projects
Kubo
An IPFS implementation in Go
2,961
966
$4M
Logrus
Logrus is a structured logging library for Go (golang) that provides features like field-based logging, customizable formatting, multiple output targets, and hooks for extending functionality. It aims to be fully API compatible with the standard library logger while offering additional capabilities for production environments.
1,879
679
$151K
GoFrame
A powerful framework for faster, easier, and more efficient project development.
1,669
134
$8.5M
Zap
Zap is a high-performance, structured logging library for Go that emphasizes type safety and developer ergonomics. It provides both a simple API for typical logging scenarios and the ability to construct complex logging pipelines with minimal allocations and maximum performance.
1,085
419
$549K
Zero Allocation JSON Logger
A fast, zero allocation JSON logging library for Go that provides structured logging with a focus on performance and minimal memory allocation
846
327
$528K
go-hclog
A structured logging package for Go that provides a simple, performant interface for logging with multiple output formats and log levels
146
28
$107K
go-log
A logging library for Go that provides structured logging capabilities with support for levels, formatting, and output configuration
106
35
$64K
logr
A minimal logging API for Go that provides a common interface for logging libraries, allowing application developers to inject logging implementations without tying their code to specific logging packages
100
53
$157K
Go-kit Log
A structured logging package for Go applications that provides a minimal interface for emitting logs with key-value pairs, supporting multiple output formats and middleware for enhanced logging capabilities
74
31
$97K
Gommon
Common packages for Go