<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Darma Kotama</title>
    <link>https://dkotama.github.io/index.xml</link>
    <description>Recent content on Darma Kotama</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Wed, 22 Mar 2017 10:34:06 +0800</lastBuildDate>
    <atom:link href="https://dkotama.github.io/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Nitro Sample Hugo Post</title>
      <link>https://dkotama.github.io/blog/nitro/</link>
      <pubDate>Wed, 22 Mar 2017 10:34:06 +0800</pubDate>
      
      <guid>https://dkotama.github.io/blog/nitro/</guid>
      <description>

&lt;h1 id=&#34;nitro&#34;&gt;Nitro&lt;/h1&gt;

&lt;p&gt;Quick and easy performance analyzer library for &lt;a href=&#34;http://golang.org/&#34;&gt;Go&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Nitro is a quick and easy performance analyzer library for Go.
It is useful for comparing A/B against different drafts of functions
or different functions.&lt;/p&gt;

&lt;h2 id=&#34;implementing-nitro&#34;&gt;Implementing Nitro&lt;/h2&gt;

&lt;p&gt;Using Nitro is simple. First, use &lt;code&gt;go get&lt;/code&gt; to install the latest version
of the library.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ go get github.com/spf13/nitro
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Next, include nitro in your application.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>