<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Go Interface on Ski11 Up</title>
    <link>//localhost:1313/tags/go-interface/</link>
    <description>Recent content in Go Interface on Ski11 Up</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 26 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="//localhost:1313/tags/go-interface/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go Interface</title>
      <link>//localhost:1313/posts/go-interface/</link>
      <pubDate>Sat, 26 Sep 2020 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/go-interface/</guid>
      <description>Go lang is an open-source programming language like C, having pointers and not strongly typed language. And most importantly it is not an Object Oriented Programming(debatable) language though it has likes of defining packages and interfaces like Java.&#xA;Let’s explore the Go interface in this post.&#xA;App We will write Shape interface and then calculate the area of different geometrical shapes ex. Circle, Rectangle, and Triangle.&#xA;Shape interface will be having an area() function which will be implementing.</description>
    </item>
  </channel>
</rss>
