<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Go Code Hygiene on security-recipes.ai</title><link>https://security-recipes.ai/recipes/general/code-hygiene/go/</link><description>Recent content in Go Code Hygiene on security-recipes.ai</description><language>en-us</language><atom:link href="https://security-recipes.ai/recipes/general/code-hygiene/go/index.xml" rel="self" type="application/rss+xml"/><item><title>Go vet and lint suppression debt</title><link>https://security-recipes.ai/recipes/general/code-hygiene/go/go-vet-and-lint-suppression-debt/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/go/go-vet-and-lint-suppression-debt/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to resolve Go diagnostics and narrow nolint directives.</description></item><item><title>Go error wrapping and sentinel contracts</title><link>https://security-recipes.ai/recipes/general/code-hygiene/go/go-error-wrapping-and-sentinel-contracts/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/go/go-error-wrapping-and-sentinel-contracts/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to preserve error identity and context without string matching or duplicate logging.</description></item><item><title>Go goroutine, context, cancellation, and leak hygiene</title><link>https://security-recipes.ai/recipes/general/code-hygiene/go/go-goroutine-context-cancellation-and-leaks/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/go/go-goroutine-context-cancellation-and-leaks/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to give every goroutine and context a bounded owner and shutdown path.</description></item><item><title>Go channel, lock, and shared-state hygiene</title><link>https://security-recipes.ai/recipes/general/code-hygiene/go/go-channel-lock-and-shared-state-hygiene/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/go/go-channel-lock-and-shared-state-hygiene/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to remove channel ownership ambiguity, lock misuse, and data races.</description></item></channel></rss>