Merge pull request #741 from menghanl/reflection_import

Add comments to package reflection
This commit is contained in:
Qi Zhao
2016-06-29 10:48:42 -07:00
committed by GitHub

View File

@ -49,7 +49,7 @@ To register server reflection on a gRPC server:
s.Serve(lis)
*/
package reflection
package reflection // import "google.golang.org/grpc/reflection"
import (
"bytes"