scribble
scribble copied to clipboard
Add go.mod and tag a version?
Would it make sense to add a go.mod file and tag a version? Just a 0.1.0
or something. Would be helpful for people using this in other modules.
I'd be open to that for sure. I haven't worked on this project in some time. If you had the time to submit a PR, I'd appreciate the help.
I've submitted a PR for the other two issues I reported. If you are up for adding a go.mod
, I'd be happy to submit a PR for that as well (or to update the other PR, given that it is super small and doing it all in one go is not too risky). I had implemented this all in a fork, but even if this is a small project, it is better not to have a bunch of almost-identical versions floating around. Since the go.mod
file must match the repo location, so I would need to update that before contributing it as a PR.
For the version tagging, that will probably have to be done manually by someone with access to the repo.