Tag: golang
All the articles with the tag "golang".
-
Berkeley Packet Filter in Golang
Recently I stumbled upon a use case where I was looking to setup a Wireguard (udp) tunnel across two nodes behind different NATs. I wanted to implement something like UDP Hole Punching and came ac...
-
Using interfaces in Go
Exploring how to effectively use interfaces in Go — common patterns, pitfalls, and tips for developers coming from Java or C#.