🔒 The FIPS 140-3 Go Cryptographic Module — FIPS 140 is a standard for cryptography implementations that’s a requirement in certain subsectors (particularly involving the US government) and while most developers won’t need to worry about it, FIPS 140 support will open doors for some Go devs. This post goes into depth about Go's FIPS 140 support, but if you don’t know what FIPS 140 is, don’t worry about it too much.
Valsorda, McCarney and Shoemaker
|
You Don't Need testify /assert — An alternative approach for tight, clean tests, which leads to Anton’s Be minimal test assertions package that follows his own advice.
Anton Zhiyanov
|
pproftui: A Terminal-Based Diagnostic Tool for pprof Data — The idea is rather than focusing on profiling data visually, you get a quick view into the actual code causing the activities being monitored. You can then fix problems more quickly and diff the results of future runs. Live profile viewing is also possible.
Oloruntobi1
|
|
https://golangweekly.com/issues/562