AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.09k stars 355 forks source link

support go module #162

Closed rmfish closed 5 years ago

AlecAivazis commented 5 years ago

Thought about this some more... since it would put a hard divide in the usage, i'm going to hold off on migrating survey to a module until there is a good reason to do so. I am wary of bumping a major version for nothing more than an import change.

Sorry for stringing this PR along. It was a good exercise for me to think through and it just doesn't seem like the right time for the package.