jawher / mow.cli

A versatile library for building CLI applications in Go
MIT License
871 stars 55 forks source link

Please make a release that includes the go.mod file #88

Closed nim-nim closed 5 years ago

nim-nim commented 5 years ago

Adding module support is really nice but it does not help a lot if it does not end up in an actual release (since the whole point of modules is to help Go users to manage versions)

jawher commented 5 years ago

Done, please see the https://github.com/jawher/mow.cli/releases/tag/v1.0.5 release

nim-nim commented 5 years ago

Wonderful, I can make it the cornerstone of my "convert codebase to modules" effort . Thanks a lot!

nim-nim commented 5 years ago

Wonderful, I can make it the cornerstone of my "convert codebase to modules" effort . Thanks a lot!