We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up on our last convo and this pull, let's make go-multistream compliant with interactive mode.
interactive mode
From what I can understand, all that we need is for the 'client' to send the multistream protocol back and it is golden :)
To do the tests, what would be the best way to do tests in go, where I simply inject a given input and compare it's output with another output? Here is what I did in Node.js - https://github.com/diasdavid/node-multistream/blob/master/tests/comp/compliance-test.js#L25-L88
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following up on our last convo and this pull, let's make go-multistream compliant with
interactive mode
.From what I can understand, all that we need is for the 'client' to send the multistream protocol back and it is golden :)
To do the tests, what would be the best way to do tests in go, where I simply inject a given input and compare it's output with another output? Here is what I did in Node.js - https://github.com/diasdavid/node-multistream/blob/master/tests/comp/compliance-test.js#L25-L88
The text was updated successfully, but these errors were encountered: