Golang News & Libs & Jobs - human 🗣️ , no 🤖
@golangch
#golang news, interesting libraries & Go based/related #opensource projects, Golang jobs, and Go tutorials. 🗣️ = @bonfaru https://altafino.com
Visualize real time plots of your Go program runtime metrics, including heap, objects, goroutines, GC pauses, scheduler and more, in your browser. #golang github.com/arl/statsviz
Nice article: 20 Go Performance Tricks I Learned the Hard Way #golang medium.com/@leapcell/20-g…
A monitoring tool for Go's finalizer go routine. The routine is spawned by the function runfinq under the runtime package in Go's source code (mfinal.go). #golang github.com/cyolosecurity/…
A beautiful and feature-rich Command Line Interface library for Go that makes building stunning terminal applications effortless #golang github.com/alperdrsnn/cli…

A message bus system for Go that helps applications send and handle messages through synch/asynch channels. #golang github.com/Gerfey/messeng…

A customizable, self-hosted sandbox for AI code execution, offering backtracking, a REST API, Python SDK, port forwarding, and secure MicroVM isolation. Ideal for safely running, testing, and backtracking multi-step agent workflows. #golang github.com/abshkbh/arrakis

A random data generator written in Go #golang github.com/brianvoe/gofak…

Automate Go performance profiling by collecting all pprof data in one command and enabling easy performance comparisons between benchmark run #golang github.com/AlexsanderHami…

How Go 1.24's Swiss Tables saved us hundreds of gigabytes #golang datadoghq.com/blog/engineeri…

A production-ready template for modern web applications. Creates single, self-contained binaries with zero external dependencies. #golang github.com/dunamismax/go-…

A security audit tool for detecting vulnerabilities in applications using the Model Context Protocol (MCP). It identifies threats like OAuth token leaks, prompt injection, rogue MCP servers, and tool poisoning attacks. #golang github.com/makalin/Secure…