Closed rmfitzpatrick closed 3 years ago
Please merge this change.
It's significant problem for etcd that, fact that we depend of cmux is adding wide set of additional undesired dependencies, in particular: google.golang.org/grpc/examples/helloworld/helloworld, that transitively brings unwanted version of grpc or protos.
@soheilhy Could you, please, comment on perspectives to have it merged (or in different way isolate transitive dependencies coming from the example) ?
Happy to merge this. @rmfitzpatrick can you please rebase and resolve the conflict?
@soheilhy, updated, thanks for your patience and review.
/thanks!
In an attempt to satisfy https://github.com/soheilhy/cmux/issues/70 these changes adopt go modules and move the example content to a new
github.com/soheily/cmux/example
* module.