Aspects of a good Go library
A short checklist of what I wish for in a good Go library, in no particular order.
A short checklist of what I wish for in a good Go library, in no particular order.
This is an additional post in the “Go is not good” series. Go does have some nice features, hence the “The Good” part in this post, but overall I find it cumbersome and painful to use when we go beyond API or network servers (which is what it was designed ...