Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DryIoc.dll" version="2.10.1" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Prism.Core" version="6.3.0" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Prism.DryIoc.Forms" version="6.3.0.1" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Prism.Forms" version="6.3.0" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Xamarin.Forms" version="2.3.3.193" targetFramework="portable45-net45+win8+wp8+wpa81" />
</packages>

A problem runtime error due to lack of Generics

Introduction

This document is written my experience and thinking about Go.
Go is simple. And it is good that performance in runtime. But in Go I had to write code that is unsafe in some cases.I think that it is caused by lack of Generics.
I will write about them.

Case of json.Unmarshal