Go - Generics powered http handlers
The Goal Our resulting handler should be: Type safe Easy to understand Support existing middleware and adhere to http.HandlerFunc Be easy to use Short version: Check out the playground What we'll build At the end of this post we'll be able to do t...
Mar 12, 20224 min read190

