makiuchi-d / gozxing

Port of ZXing (https://github.com/zxing/zxing) core to pure Go.
Other
549 stars 66 forks source link

https://github.com/stretchr/testify #61

Closed saud990 closed 1 year ago

saud990 commented 1 year ago

https://github.com/stretchr/testify

if文とFatalf文を書くのがダルくてテストを書くのが億劫になりがち。 assert 使って楽にテストを書きたい。 testify が一番使われてそうな気がする。

Originally posted by @methane in https://github.com/KLab/wsnet2/issues/54