Refactoring
Closed this issue · 1 comments
lmikolajczak commented
This project was created as a proof of concept and I neglected its maintenance for a long time. I plan to refactor it to match current Go's standards and make it more configurable and flexible. Some basic things to do at the very beginning:
- Refactor project structure
- Start using go modules
- Use context to provide granular control over each issued request and support client defined request timeouts
- Use
cobra
package to provide more robust CLI (still to consider if that's suitable solution) - Handle other issues opened by people that tried to use this project
- ...
lmikolajczak commented
Done ✨