Go generics are not bad – Daniel Lemire's blog Go generics are not bad When programming, we often need to write ‘generic’ functions where the exact data type is not important. For example, you might want to write a simple function that sums up numbers. Go lacked this notion until recently, but it was recently added (as of lemire.me Go generics are not bad When programming, we often need to write..