<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>go on Alekc's Blog</title><link>https://blog.alekc.org/categories/go/</link><description>Recent content in go on Alekc's Blog</description><generator>Hugo -- gohugo.io</generator><copyright>©{year}, All Rights Reserved</copyright><lastBuildDate>Mon, 31 Jan 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.alekc.org/categories/go/index.xml" rel="self" type="application/rss+xml"/><item><title>Go test run configuration template in Goland</title><link>https://blog.alekc.org/posts/go-test-run-configuration-template-in-goland/</link><pubDate>Mon, 31 Jan 2022 00:00:00 +0000</pubDate><guid>https://blog.alekc.org/posts/go-test-run-configuration-template-in-goland/</guid><description>Spotted this on terraform-provider-kubectl Turns out you can create a template for go configuration which will add some Env vars and other settings. Very useful if you have multiple test which you want to debug /run which have some env var prerequisites.
1&amp;lt;component name=&amp;#34;ProjectRunConfigurationManager&amp;#34;&amp;gt; 2 &amp;lt;configuration default=&amp;#34;true&amp;#34; type=&amp;#34;GoTestRunConfiguration&amp;#34; factoryName=&amp;#34;Go Test&amp;#34;&amp;gt; 3 &amp;lt;module name=&amp;#34;terraform-provider-kubectl&amp;#34; /&amp;gt; 4 &amp;lt;working_directory value=&amp;#34;$PROJECT_DIR$&amp;#34; /&amp;gt; 5 &amp;lt;envs&amp;gt; 6 &amp;lt;env name=&amp;#34;TF_ACC&amp;#34; value=&amp;#34;1&amp;#34; /&amp;gt; 7 &amp;lt;env name=&amp;#34;KUBECONFIG&amp;#34; value=&amp;#34;$PROJECT_DIR$/scripts/kubeconfig.yaml&amp;#34; /&amp;gt; 8 &amp;lt;/envs&amp;gt; 9 &amp;lt;kind value=&amp;#34;DIRECTORY&amp;#34; /&amp;gt; 10 &amp;lt;package value=&amp;#34;github.</description></item><item><title>Error reading repository - Error 410</title><link>https://blog.alekc.org/posts/2020/git-error-410/</link><pubDate>Sun, 26 Jan 2020 19:25:59 +0000</pubDate><guid>https://blog.alekc.org/posts/2020/git-error-410/</guid><description>&lt;p>My company uses private Gitlab installation (let&amp;rsquo;s call it &lt;em>git.company.com&lt;/em>), and some Goland projects are referencing other private repositories as dependencies.&lt;/p></description></item></channel></rss>