Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Proto ¶ added in v0.24.1
Proto produces a target that compiles protocol-buffer files using the "protoc" command. Inputs is a list of .proto input files; outputs is a list of the expected output files; includes is a list of directories in which to find .proto files; otherOpts are options (other than -I / --proto_path options) for the protoc command line. Typically otherOpts includes at least "--foo_out=DIR" for some target language foo. This function uses deps.Proto to find the dependencies of the input files.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.