Projects with this topic
-
Shared Go building blocks for psyb0t services: error sentinels, cache, DB, queues, rate limiting, a legacy Loki slog sink (superseded by github.com/psyb0t/slogging), Temporal, and LLM utilities.
Updated -
A Go library that wraps errors with context information (file, line, function) because debugging without context is like trying to find your dick in the dark.
Updated -
Structured, user-friendly error reporting for Go CLIs — actionable hints, exit codes carried on the error, debug-gated stack traces, and a pluggable support channel. Part of the phpboyscout Go toolkit. · https://errorhandling.go.phpboyscout.uk
Updated -
Errors for the phpboyscout estate: stack traces, hints and details, with wire serialization and OpenTelemetry as drop-in subpackages. · https://errors.go.phpboyscout.uk
Updated -
Error types and the miette diagnostic report pipeline for CLI tools. Part of the phpboyscout Rust toolkit. · https://error.rust.phpboyscout.uk
Updated -
This repository contains my progress in learning the fundamental of Go programming language (Golang). It covers a wide range of core concepts, syntax, and features essential for understanding and writing Go programs effectively.
Updated