Hacker News new | ask | show | jobs
by adhocpotato 1354 days ago
Second in a series about Go patterns used in the open source project (https://github.com/openziti/ziti) I work on for new devs joining the project. The first one covered channels, this one talks about things learned integrating generics. It's focused on things specific to the Go implementation of generics. Since it's a bit early days still for Go generics I'm curious if people have hit other issues or have found better workarounds for the issues we hit.