Skip to content

Commit 8f479af

Browse files
committed
Add godoc comment
1 parent ede24c3 commit 8f479af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

protoc-gen-grpc-gateway/main.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// Command protoc-gen-grpc-gateway is a plugin for Google protocol buffer
2+
// compiler to generate a reverse-proxy, which converts incoming RESTful
3+
// HTTP/1 requests gRPC invocation.
4+
// You rarely need to run this program directly. Instead, put this program
5+
// into your $PATH with a name "protoc-gen-grpc-gateway" and run
6+
// protoc --grpc-gateway_out=output_directory path/to/input.proto
7+
//
8+
// See README.md for more details.
19
package main
210

311
import (

0 commit comments

Comments
 (0)