Am I reading this correctly? The #golang standard library has no built in function to get a slice of keys from a map? You need to iterate every single time and build up an extra list??
@tnypxl honestly. Though I'm honestly overflowing with joy that modules are easy to work with now. Like the amount of pain I no loger have to deal with when using Go is magnitudes lower thanks to that.
That is to say maybe the other bits will get better eventually too.