<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Go News</title>
		<link>https://dev-radar.pages.dev/topics/go/</link>
		<description>Latest Go headlines from Dev Radar</description>
		<language>en-us</language>
		<lastBuildDate>Mon, 13 Apr 2026 12:37:52 GMT</lastBuildDate>
		<atom:link href="https://dev-radar.pages.dev/topics/go/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>10 Lesser-Known Features in Go 1.21&#39;s Standard Library: Tips for Improving Code Readability and Performance</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/10-lesser-known-features-in-go-1.21s-standard-library-tips-for-improving-code-readability-and-performance/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/10-lesser-known-features-in-go-1.21s-standard-library-tips-for-improving-code-readability-and-performance/</guid>
				<pubDate>Mon, 13 Apr 2026 12:26:06 GMT</pubDate>
				<description>{ &quot;title&quot;: &quot;10 Lesser-Known Features in Go 1.21&#39;s Standard Library: Tips for Improving Code Readability and Performance&quot;, &quot;content&quot;: &quot; Go 1.21&#39;s standard library introduces several new features and improvements that can significantly enhance code readability and performance. Whil</description>
			</item>
		
			<item>
				<title>Mastering Error Handling in Go: A Guide to Leveraging Go 1.21&#39;s Improved Error Handling and Go 1.20&#39;s Generics</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/mastering-error-handling-in-go-a-guide-to-leveraging-go-1.21s-improved-error-handling-and-go-1.20s-generics/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/mastering-error-handling-in-go-a-guide-to-leveraging-go-1.21s-improved-error-handling-and-go-1.20s-generics/</guid>
				<pubDate>Mon, 13 Apr 2026 12:22:09 GMT</pubDate>
				<description>I. Introduction Error handling is a crucial aspect of software development, and Go provides a robust set of tools to handle errors effectively. The `errors` package in Go has undergone significant improvements in recent versions, making it easier to create, wrap, and unwrap error</description>
			</item>
		
			<item>
				<title>Optimizing Go Binaries with the New Linker Flags in Go 1.21</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/optimizing-go-binaries-with-the-new-linker-flags-in-go-1.21/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/optimizing-go-binaries-with-the-new-linker-flags-in-go-1.21/</guid>
				<pubDate>Mon, 13 Apr 2026 12:18:33 GMT</pubDate>
				<description>{ &quot;title&quot;: &quot;Optimizing Go Binaries with the New Linker Flags in Go 1.21&quot;, &quot;content&quot;: &quot; I. Introduction Optimizing Go binaries is crucial for improving the performance and efficiency of applications. Large binary sizes can lead to slower load times, increased memory usage, and dec</description>
			</item>
		
			<item>
				<title>Mastering Go 1.20&#39;s New Generics Features: A Deep Dive into Type Parameters and Constraints</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/13/mastering-go-1.20&#39;s-new-generics-features:-a-deep-dive-into-type-parameters-and-constraints/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/13/mastering-go-1.20&#39;s-new-generics-features:-a-deep-dive-into-type-parameters-and-constraints/</guid>
				<pubDate>Mon, 13 Apr 2026 12:15:04 GMT</pubDate>
				<description>{ &quot;title&quot;: &quot;Mastering Go 1.20&#39;s New Generics Features: A Deep Dive into Type Parameters and Constraints&quot;, &quot;content&quot;: &quot; I. Introduction Go 1.20&#39;s generics feature is a significant addition to the language, allowing developers to write more flexible and reusable code. This feature </description>
			</item>
		
			<item>
				<title>//go:fix inline and the source-level inliner</title>
				<link>https://dev-radar.pages.dev/articles/2026/04/07/go:fix-inline-and-the-source-level-inliner/</link>
				<guid isPermaLink="true">https://dev-radar.pages.dev/articles/2026/04/07/go:fix-inline-and-the-source-level-inliner/</guid>
				<pubDate>Tue, 07 Apr 2026 23:07:50 GMT</pubDate>
				<description>The latest version of Go, 1.26, introduces a new implementation of the go fix subcommand, aimed at helping developers keep their Go code modern and up-to-date. A key component of this subcommand is the source-level inliner, a powerful tool that enables package authors to simplify</description>
			</item>
		
	</channel>
</rss>