Skip to content

Latest commit

 

History

History
 
 

plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Plugin Example

Build

go build main.go

NOTE: protolint plugin is backed by hashicorp/go-plugin, not the plugin standard library.

Therefore, you can build the plugin just as a normal Go main package.

Run

protolint -plugin ./your_plugin_binary /path/to/files