Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Stability #24

Closed
sorcix opened this issue Feb 9, 2017 · 2 comments
Closed

API Stability #24

sorcix opened this issue Feb 9, 2017 · 2 comments

Comments

@sorcix
Copy link

sorcix commented Feb 9, 2017

We had to change a lot of code because the recent change to Run. Is the API of easyssh considered stable, or should we change to a different package to prevent issues like these in the future?

Could you consider adding version branches and use something like gopkg.in to provide a stable package while allowing you to make breaking changes?

@hypersleep
Copy link
Owner

@sorcix you can use v0 version of this package as in this example: https://github.com/hypersleep/easyssh/blob/master/example/run.go

@sorcix
Copy link
Author

sorcix commented Feb 9, 2017

Thanks, but it looks like that's not go-gettable.

Trying with gopkg.in/hypersleep/easyssh.v0, that may work.

@sorcix sorcix closed this as completed Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants