Learn-Go

A collection of 1 post

andy-kelly-0E_vhMVqL9g-unsplash

Interfaces in golang

Technology

TL;DR: An interface just defines a collection of methods. When you create an instance, it’s just a wrapper around a concrete type. In addition to the concrete type, the interface contains an extra array of ...

Read more ⟶
andy-kelly-0E_vhMVqL9g-unsplash

Interfaces in golang

Technology

TL;DR: An interface just defines a collection of methods. When you create an instance, it’s just a wrapper around a concrete type. In addition to the concrete type, the interface contains an extra array of ...

Read more ⟶
andy-kelly-0E_vhMVqL9g-unsplash

Interfaces in golang

Technology

TL;DR: An interface just defines a collection of methods. When you create an instance, it’s just a wrapper around a concrete type. In addition to the concrete type, the interface contains an extra array of ...

Read more ⟶