On the other hand, there are some bad Go standard libraries that are frozen in time.
which, as painful as it may be, is ok. Better to have a safe functional stdlib library than a exposed external crate (which then asks the question; what's the replacement...)
Which isn't actually a problem. You can ignore the bad standard library and use something different.
which, as painful as it may be, is ok. Better to have a safe functional stdlib library than a exposed external crate (which then asks the question; what's the replacement...)