itaysk / kubectl-neat

Clean up Kubernetes yaml and json output to make it readable
Apache License 2.0
1.68k stars 100 forks source link

Should this project version design under golang module semantic version? #72

Closed alswl closed 2 months ago

alswl commented 3 years ago

In golang library semantic version design, v2.x.x release is much difference of v1.x.x. All classes is not consistent. And if this library using go module, version 2 should using in github.com/itaysk/kubectl-neat/v2 v2.x.x format.

My solution is fork this repo, and tag v2.0.3 as v1.20.0, so it works for me.

I wish this repo will migrate to github.com/itaysk/kubectl-neat/v2 pkg structure, thanks.

itaysk commented 3 years ago

Hi @alswl thanks for the feedback. sounds reasonable to me, would you like to contribute this change?

amitech commented 2 years ago

@itaysk I am learning Go. It seems a newbie issue. Can I contribute to this?

itaysk commented 2 years ago

Yes feel free to work on any issue that isn't assigned