aboutsummaryrefslogtreecommitdiff
path: root/plugin/header/setup.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-15plugin/header: run go gen and small doc updates (#4754)Gravatar Miek Gieben 1-1/+1
* plugin/header: run go gen and small doc updates Run go gen to enable the new plugin, this should fix the CI failures. Small tweaks to the docs. Signed-off-by: Miek Gieben <miek@miek.nl> * another typo Signed-off-by: Miek Gieben <miek@miek.nl> * gofmt Signed-off-by: Miek Gieben <miek@miek.nl>
2021-07-15plugin/header: Introduce header plugin (#4752)Gravatar Qasim Sarfraz 1-0/+50
* Add header plugin Signed-off-by: MQasimSarfraz <syed.qasim.sarfraz@gmail.com> * fix import format * improve README.md * Add codeowners for header plugin