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
This can be used by those who are not keen about versioning their application or protocol. I might suggest something like this:
type Version64 uint64
than implements Version{} interface. Subsequently users can simply do:
gofast.NewTransport("myapp", conn, gofast.Version64(1), setts)
The text was updated successfully, but these errors were encountered:
3106855
prataprc
No branches or pull requests
This can be used by those who are not keen about versioning their application or protocol. I might suggest something like this:
than implements Version{} interface. Subsequently users can simply do:
The text was updated successfully, but these errors were encountered: