|
|
|
|
|
by ecnahc515
2853 days ago
|
|
An unmarked check call would mean explicit error handling like if err != nil {} which isn't unchecked..it's just checked not using `check`. If you don't have this, then your error variable will be unused an you'll get a compile error. |
|