<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Golang Archives - The Iron.io Blog</title>
	<atom:link href="https://blog.iron.io/tag/golang/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.iron.io/tag/golang/</link>
	<description>Scalable serverless application tools to run background tasks with Docker containers and manage messaging queues with cloud elasticity and handheld customer support.</description>
	<lastBuildDate>Thu, 03 Aug 2023 13:12:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.iron.io/wp-content/uploads/2017/11/cropped-iron-avatar-1-32x32.png</url>
	<title>Golang Archives - The Iron.io Blog</title>
	<link>https://blog.iron.io/tag/golang/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Work queue with Go and IronMQ</title>
		<link>https://blog.iron.io/work-queue-with-go-and-ironmq/</link>
					<comments>https://blog.iron.io/work-queue-with-go-and-ironmq/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Mon, 25 Jan 2021 18:46:07 +0000</pubDate>
				<category><![CDATA[Serverless Message Queue]]></category>
		<category><![CDATA[Golang]]></category>
		<category><![CDATA[IronMQ]]></category>
		<category><![CDATA[Message Queue]]></category>
		<category><![CDATA[Rubi Rails]]></category>
		<category><![CDATA[Work Queue]]></category>
		<guid isPermaLink="false">https://blog.iron.io/?p=7957</guid>

					<description><![CDATA[<p>Work Queue with Go and IronMQ Setting up a work queue is ideal for a system where background jobs often take longer than an average HTTP request, whether they are at risk of timeout or simply eating away at efficiency. By maintaining a queue of work or tasks, new work can be pushed into the&#8230;</p>
<p>The post <a href="https://blog.iron.io/work-queue-with-go-and-ironmq/">Work queue with Go and IronMQ</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/work-queue-with-go-and-ironmq/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>GopherFest Summer 2016 Recap</title>
		<link>https://blog.iron.io/gopherfest-summer-2016-recap/</link>
					<comments>https://blog.iron.io/gopherfest-summer-2016-recap/#respond</comments>
		
		<dc:creator><![CDATA[Iron]]></dc:creator>
		<pubDate>Mon, 16 May 2016 20:59:05 +0000</pubDate>
				<category><![CDATA[Serverless News]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Golang]]></category>
		<guid isPermaLink="false">https://www.iron.io/?p=6174</guid>

					<description><![CDATA[<p>Hundreds of Go enthusiasts gathered at the prestigious Bently Reserve in downtown San Francisco for a day full of talks about data science, scaling, testing, speed, code reuse and refactoring, all in the context of Golang. Below, a write-up of a few selected talks: [wds id=&#8221;2&#8243;] Built for Snappiness by Blake Mizerany @bmizerany When I&#8230;</p>
<p>The post <a href="https://blog.iron.io/gopherfest-summer-2016-recap/">GopherFest Summer 2016 Recap</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/gopherfest-summer-2016-recap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Best practices for ElePHPants coding in Go</title>
		<link>https://blog.iron.io/best-practices-for-elephpants-coding-in-go/</link>
					<comments>https://blog.iron.io/best-practices-for-elephpants-coding-in-go/#respond</comments>
		
		<dc:creator><![CDATA[Iron]]></dc:creator>
		<pubDate>Mon, 30 Nov 2015 23:05:23 +0000</pubDate>
				<category><![CDATA[Programming Topics]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Golang]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://ironio2016.wpengine.com//blog/?p=1133</guid>

					<description><![CDATA[<p>Thanks to Guido da Rozza for the base image CC BY 2.0 I&#8217;ve often coded in PHP. Recently, I realized that when I code in Go, it&#8217;s easier to spot my PHPisms. After weeks of cleaning them up, it only takes a day to fry my brain with them again. I&#8217;m sure I&#8217;m not the&#8230;</p>
<p>The post <a href="https://blog.iron.io/best-practices-for-elephpants-coding-in-go/">Best practices for ElePHPants coding in Go</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/best-practices-for-elephpants-coding-in-go/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Easiest Way to Develop with Go — Introducing a Docker Based Go Tool</title>
		<link>https://blog.iron.io/the-easiest-way-to-develop-with-go%e2%80%8a-%e2%80%8aintroducing-a-docker-based-go-tool/</link>
					<comments>https://blog.iron.io/the-easiest-way-to-develop-with-go%e2%80%8a-%e2%80%8aintroducing-a-docker-based-go-tool/#respond</comments>
		
		<dc:creator><![CDATA[Iron]]></dc:creator>
		<pubDate>Sat, 29 Aug 2015 22:52:06 +0000</pubDate>
				<category><![CDATA[Serverless Workers & Containers]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Golang]]></category>
		<guid isPermaLink="false">http://ironio2016.wpengine.com//blog/?p=1081</guid>

					<description><![CDATA[<p>Overview Via Medium While trying to make a drop-dead simple example for running Go programs on IronWorker, I realized there’s just no simple way for us to point someone at an example repo with Go code and have them up and running in a few minutes. This can be done in other languages fairly easily&#8230;</p>
<p>The post <a href="https://blog.iron.io/the-easiest-way-to-develop-with-go%e2%80%8a-%e2%80%8aintroducing-a-docker-based-go-tool/">The Easiest Way to Develop with Go — Introducing a Docker Based Go Tool</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/the-easiest-way-to-develop-with-go%e2%80%8a-%e2%80%8aintroducing-a-docker-based-go-tool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>An Easier Way to Create Tiny Golang Docker Images</title>
		<link>https://blog.iron.io/an-easier-way-to-create-tiny-golang-docker-images/</link>
					<comments>https://blog.iron.io/an-easier-way-to-create-tiny-golang-docker-images/#comments</comments>
		
		<dc:creator><![CDATA[Iron]]></dc:creator>
		<pubDate>Fri, 31 Jul 2015 23:50:44 +0000</pubDate>
				<category><![CDATA[Serverless Workers & Containers]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Docker Images]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Golang]]></category>
		<category><![CDATA[Images]]></category>
		<guid isPermaLink="false">http://ironio2016.wpengine.com//blog/?p=1030</guid>

					<description><![CDATA[<p>Overview Atlassian just posted a blog post about creating Static Go binaries with Docker on OSX which shows how to make a tiny little Docker image (~6MB total) with your Go program inside. When I read it, I thought “this is cool… but way too complicated”. I’ve been using Docker a lot lately and knew&#8230;</p>
<p>The post <a href="https://blog.iron.io/an-easier-way-to-create-tiny-golang-docker-images/">An Easier Way to Create Tiny Golang Docker Images</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/an-easier-way-to-create-tiny-golang-docker-images/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
