Coming from Swift development I first missed having a collection of assertion functions for testing, but I've come around to the go testing patterns. I do think test assertion libraries usually result in less useful messages, and you end up having to implement a new function for every type of comparison under the sun.
(One thing I absolutely abhor is those assertion DSLs similar to rspec)
(One thing I absolutely abhor is those assertion DSLs similar to rspec)