<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vanity Imports on The Blog of Boban Acimovic</title><link>https://acim.net/tags/vanity-imports/</link><description>Recent content in Vanity Imports on The Blog of Boban Acimovic</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>The Blog of Boban Acimovic &amp;copy; 2026</copyright><lastBuildDate>Sun, 21 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://acim.net/tags/vanity-imports/index.xml" rel="self" type="application/rss+xml"/><item><title>Go vanity imports</title><link>https://acim.net/blog/go-vanity-imports/</link><pubDate>Sun, 21 Feb 2021 00:00:00 +0000</pubDate><guid>https://acim.net/blog/go-vanity-imports/</guid><description>&lt;p&gt;If you have just started learning Go or already developing in Go for quite some time, you may noticed that most of the Go packages are imported directly from their respective VCS repositories, but there are some packages imported from URL&amp;rsquo;s like &lt;a href="https://golang.org/x/text" target="_blank" rel="noopener"&gt;golang.org/x/text&lt;/a&gt;
 or &lt;a href="https://go.uber.org/zap" target="_blank" rel="noopener"&gt;go.uber.org/zap&lt;/a&gt;
. If you try to visit such URL&amp;rsquo;s, you may see different results like being redirected to documentation or just some dummy page. This is completely different from packages hosted on GitHub, for example &lt;a href="https://github.com/pkg/errors" target="_blank" rel="noopener"&gt;github.com/pkg/errors&lt;/a&gt;
 where you can see the real source code. This feature of Go is called vanity imports.&lt;/p&gt;</description></item></channel></rss>