|
|
|
|
|
by oefrha
1526 days ago
|
|
README shows various structs with zero exported fields, and example code working with those unexported fields which don't make sense and won't work unless directly placed in this package. There are other problems like non-idiomatic snake_case naming. I guess this is OP's golang learning project? (To be clear, making mistakes in the beginning is completely fine.) |
|
I'm currently fixing all the non-idiomatic problems as well as adding some getters for each struct. Thanks for the feedback!