AlecAivazis / survey

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

Readme Example Import Path different #224

Closed Wulfheart closed 5 years ago

Wulfheart commented 5 years ago

I think the import path shouldn't be github.com/AlecAivazis/survey/v2 but github.com/AlecAivazis/survey/.

Wulfheart commented 5 years ago

Pardon me, it says that it is documenting the upcoming v2 release. Is there a release date planned and are default values supported?

AlecAivazis commented 5 years ago

Hey @Wulfheart! Sorry for the confusion.

There is no official release date. I've just been working on collecting a bunch of API breaking changes that I've been planning into one release so I can clean up some bits of the API that bother me. Once those are all in and we're confident that there aren't any we're going to regret not getting in, i'll release it.

Either version (the current is linked in the docs at the end of that note) should have default values for all of the prompts. Are you seeing something different?

AlecAivazis commented 5 years ago

I'm going to close this since i'm not sure if there's an actual problem. Please let me know if there is and I"ll gladly reopen