Skip to content

Fix for grpc imports

Compare
Choose a tag to compare
@awalterschulze awalterschulze released this 18 Jul 08:51
· 136 commits to master since this release
fix #427 consistent import naming between the import declaration and …

…the vars in grpc

* consistent import naming between the import declaration and the vars. This is more consistant with golang/protobuf. 

* moved issue427 test to the 'testall' make target to avoid grpc/context dependency