https://github.com/golang/go/wiki/TestComments
Avoid assert libraries.
Use [go-cmp](https://github.com/google/go-cmp) instead of `reflect.Equals`.
Got before Want.
Identify the Function.
Mark Test Helpers with `t.Helper()`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
https://github.com/golang/go/wiki/TestComments
Avoid assert libraries.
Use go-cmp instead of
reflect.Equals.Got before Want.
Identify the Function.
Mark Test Helpers with
t.Helper().