mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

12K
active users

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

@mauve The amount of stupid simple things I have to create loops for is off the charts in

@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.