<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Experiments on Throwin&#39; Exceptions</title>
    <link>https://throw.nullreference.io/categories/experiments/</link>
    <description>Recent content in Experiments on Throwin&#39; Exceptions</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Copyright © 2020-{year} Elan Hasson. All Rights Reserved.</copyright>
    <lastBuildDate>Wed, 09 Feb 2022 20:20:32 +0000</lastBuildDate><atom:link href="https://throw.nullreference.io/categories/experiments/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Extension Methods</title>
      <link>https://throw.nullreference.io/docs/learning-go/go-experiments/extension-methods/</link>
      <pubDate>Wed, 09 Feb 2022 20:20:32 +0000</pubDate>
      
      <guid>https://throw.nullreference.io/docs/learning-go/go-experiments/extension-methods/</guid>
      <description>C# has Extension Methods , which allow you to add methods to existing types, regardless of where they are defined by you or in a third-party assembly.
Go has receiver methods , which are functions that are called on a value of a specific type. The type has to be defined within your package, and the receiver is the value that is being passed to the method.
I wanted to accomplish a similar behavior in Go.</description>
    </item>
    
  </channel>
</rss>
