<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Go Pointer on Ski11 Up</title>
    <link>//localhost:1313/tags/go-pointer/</link>
    <description>Recent content in Go Pointer on Ski11 Up</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 28 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="//localhost:1313/tags/go-pointer/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go Pointer Part II</title>
      <link>//localhost:1313/posts/go-pointer-part-2/</link>
      <pubDate>Mon, 28 Sep 2020 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/go-pointer-part-2/</guid>
      <description>In the previous blog-post Go Pointer Part I we have seen how we can use pointers to update the value for a given struct. There is little more left on that which we will cover here.&#xA;Go Slice is an exception and we can update the value of a slice with the index location but if we want to add more values to it then we need to use a pointer, let’s take a look at the same.</description>
    </item>
    <item>
      <title>Go Pointer Part I</title>
      <link>//localhost:1313/posts/go-pointer-part-1/</link>
      <pubDate>Sun, 27 Sep 2020 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/go-pointer-part-1/</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 pointers in this post.&#xA;Pass By Reference Go follows pass by reference. Slice is an exception where we can use the index to update value, we will discuss it in the next post.</description>
    </item>
  </channel>
</rss>
