Skip to content

Commit

Permalink
Add hint about gopherjs_package to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brandhorst committed Aug 20, 2017
1 parent a1b3278 commit 2673412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc-gen-gopherjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $ protoc --gopherjs_out=plugins=grpc,import_path=mypackage:. *.proto
all imports. Useful for things like generating protos in a
subdirectory, or regenerating vendored protobufs in-place.
1. `import_path=foo/bar` - used as the package if no input files
declare `go_package`. If it contains slashes, everything up to the
declare `gopherjs_package`. If it contains slashes, everything up to the
rightmost slash is ignored.
1. `plugins=plugin1+plugin2` - specifies the list of sub-plugins to
load. The only plugin in this repo is `grpc`.
Expand Down

0 comments on commit 2673412

Please sign in to comment.