Finding and Fixing a 50,000 Goroutine Leak That Nearly Killed Production
https://skoredin.pro/blog/golang/goroutine-leak-debugging
https://skoredin.pro/blog/golang/goroutine-leak-debugging
godump
https://github.com/goforj/godump
godump is a developer-friendly, zero-dependency debug dumper for Go. It provides pretty, colorized terminal output of your structs, slices, maps, and more - complete with cyclic reference detection and control character escaping.
https://github.com/goforj/godump
libgodc
https://github.com/drpaneas/libgodc
Replaces the standard Go runtime with one designed for the Dreamcast's constraints: memory 16MB RAM, CPU single-core SH-4, no operating system. Provides garbage collection, goroutines, channels, and the core runtime functions.
https://github.com/drpaneas/libgodc
parse-dmarc
https://github.com/meysam81/parse-dmarc
A lightweight, self-hosted DMARC report parser with a beautiful Vue.js dashboard. Single-binary deployment with IMAP integration, SQLite storage, and RFC 7489 compliance. Built with Go and Vue 3 - no external dependencies required.
https://github.com/meysam81/parse-dmarc
29 января(в четверг!) в 19:00 по мск приходи онлайн на открытое собеседование, чтобы посмотреть на настоящее интервью на Middle Go-разработчика.
Как это будет:
Это бесплатно. Эфир проходит в рамках менторской программы от ШОРТКАТ для Go-разработчиков, которые хотят повысить свой грейд, ЗП и прокачать скиллы.
Переходи в нашего бота, чтобы получить ссылку на эфир → @shortcut_go_bot
Реклама.
О рекламодателе.
Please open Telegram to view this post
VIEW IN TELEGRAM
aws-lambda-go
https://github.com/aws/aws-lambda-go
Libraries, samples, and tools to help Go developers develop AWS Lambda functions.
https://github.com/aws/aws-lambda-go
A "Pure Go" Linux environment, ported by Claude, inspired by Fabrice Bellard
https://www.jtolio.com/2026/01/tinyemu-go
https://www.jtolio.com/2026/01/tinyemu-go
Forcing a Go generic type to be a pointer type (and some challenges)
https://utcc.utoronto.ca/~cks/space/blog/programming/GoGenericTypeIsPointer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoGenericTypeIsPointer
Making Workflows Work Right in Golang
https://www.dbos.dev/blog/how-we-built-golang-native-durable-execution
https://www.dbos.dev/blog/how-we-built-golang-native-durable-execution
mermaid-ascii
https://github.com/AlexanderGrooff/mermaid-ascii
Render mermaid diagrams in your terminal
https://github.com/AlexanderGrooff/mermaid-ascii
bifrost
https://github.com/maximhq/bifrost
Bifrost is a high-performance AI gateway that unifies access to 15+ providers (OpenAI, Anthropic, AWS Bedrock, Google Vertex, and more) through a single OpenAI-compatible API. Deploy in seconds with zero configuration and get automatic failover, load balancing, semantic caching, and enterprise-grade features.
https://github.com/maximhq/bifrost
anthropic-sdk-go
https://github.com/anthropics/anthropic-sdk-go
The Anthropic Go library provides convenient access to the Anthropic REST API from applications written in Go.
https://github.com/anthropics/anthropic-sdk-go
whosthere
https://github.com/ramonvermeulen/whosthere
Local Area Network discovery tool with a modern Terminal User Interface (TUI) written in Go. Discover, explore, and understand your LAN in an intuitive way.
Whosthere performs unprivileged, concurrent scans using mDNS and SSDP scanners. Additionally, it sweeps the local subnet by attempting TCP/UDP connections to trigger ARP resolution, then reads the ARP cache to identify devices on your Local Area Network. This technique populates the ARP cache without requiring elevated privileges. All discovered devices are enhanced with OUI lookups to display manufacturers when available.
Whosthere provides a friendly, intuitive way to answer the question every network administrator asks: "Who's there on my network?"
https://github.com/ramonvermeulen/whosthere
Go's synctest is amazing
https://oblique.security/blog/go-synctest
Go's `testing/synctest` helps make concurrency-heavy tests deterministic by controlling event ordering, not just virtual time. The post walks through practical usage and caveats from applying it to a complex production code path.
https://oblique.security/blog/go-synctest
Distributing Go binaries on PyPI using go-to-wheel
https://simonwillison.net/2026/Feb/4/distributing-go-binaries
https://simonwillison.net/2026/Feb/4/distributing-go-binaries