Open JeffFaer opened 1 year ago
The IntelliJ go plugin uses this library to generate test cases. This is one of my (relatively minor) annoyances. It tends to come up a lot in code reviews when I forget/don't change it to be Fatalf instead of Errorf; return
Fatalf
Errorf; return
The IntelliJ go plugin uses this library to generate test cases. This is one of my (relatively minor) annoyances. It tends to come up a lot in code reviews when I forget/don't change it to be
Fatalf
instead ofErrorf; return