I would like to reuse the code of the stew download artifact in my other tools. To accomplish this, the relevant code should be moved to the lib directory (better to call it a more standard pkg).
The lib code shouldn't rely directly on IO, but use interfaces.
I would like to reuse the code of the stew download artifact in my other tools. To accomplish this, the relevant code should be moved to the
lib
directory (better to call it a more standardpkg
).The lib code shouldn't rely directly on IO, but use interfaces.