Latest posts:
6 min read
·
Discover various ways of using and implementing Golang to deep copy your complex data structures.
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.
5 min read
·
Discover how by making use of partially implemented interfaces golang can make mocking tests easy and manageable.
6 min read
·
Learn how to use Golang generic functions and what they can do for you with quick examples to get you going.