|
|
|
|
|
by geodel
2104 days ago
|
|
I guess you are getting in to Go design philosophy. These questions are similar to "why go does not allow lint to just issue warning for unused variables / packages instead of giving hard compiler error?" The answers to these are unfortunately unsatisfactory, no matter how logical. Reasonable thing is to use language which align your philosophy. |
|