Merge pull request #741 from menghanl/reflection_import
Add comments to package reflection
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user