Join the 1.1m+ engineers

working with Go every day.

Join the 1.1m+ engineers working with Go every day.

Latest posts:

How to write a Golang Deep Copy method

6 min read

  ·  

Discover various ways of using and implementing Golang to deep copy your complex data structures.

Golang map guide: check if map has key, delete a key, iterate over a map and more.

4 min read

  ·  

Go maps are incredibly useful data structures you'll use every day. Here are code examples to check if map has key, initialize, delete and more.

How to partially implement a Golang interface for testing

5 min read

  ·  

Discover how by making use of partially implemented interfaces golang can make mocking tests easy and manageable.

How to use Golang Generic Functions (With Examples!)

6 min read

  ·  

Learn how to use Golang generic functions and what they can do for you with quick examples to get you going.

View more articles...