Efficient Go APIs with the mid-stack inliner
https://blog.filippo.io/efficient-go-apis-with-the-inliner/ [blog.filippo.io]
2019-07-18 17:09
A common task in Go API design is returning a byte slice. In this post I will explore some old techniques and a new one.