<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Undefined on ErrorVault — Developer Error Code Dictionary</title>
    <link>https://errorvault.dev/tags/undefined/</link>
    <description>Recent content in Undefined on ErrorVault — Developer Error Code Dictionary</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 03 Jul 2026 11:17:00 +0800</lastBuildDate>
    <atom:link href="https://errorvault.dev/tags/undefined/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fix go-undefined-name: Resolve &#39;undefined: name not found&#39; errors in Go</title>
      <link>https://errorvault.dev/golang/go-undefined-name-resolve-name-not-found/</link>
      <pubDate>Fri, 03 Jul 2026 11:17:00 +0800</pubDate>
      <guid>https://errorvault.dev/golang/go-undefined-name-resolve-name-not-found/</guid>
      <description>&lt;p&gt;The &lt;code&gt;go-undefined-name&lt;/code&gt; error is a common compilation error in Go, indicating that the Go compiler cannot find the definition for a specific identifier (variable, function, type, or package) within the current scope. This error prevents your program from compiling and running, as the compiler needs to resolve all names to their corresponding definitions to generate executable code. Understanding the various scenarios that lead to this error is crucial for efficient Go development.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
