Skip to content

Commit

Permalink
Add godoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yugui committed May 13, 2016
1 parent ede24c3 commit 8f479af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions protoc-gen-grpc-gateway/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Command protoc-gen-grpc-gateway is a plugin for Google protocol buffer
// compiler to generate a reverse-proxy, which converts incoming RESTful
// HTTP/1 requests gRPC invocation.
// You rarely need to run this program directly. Instead, put this program
// into your $PATH with a name "protoc-gen-grpc-gateway" and run
// protoc --grpc-gateway_out=output_directory path/to/input.proto
//
// See README.md for more details.
package main

import (
Expand Down

0 comments on commit 8f479af

Please sign in to comment.