diff --git a/template.go b/template.go index a2bbf13..eeecd5b 100644 --- a/template.go +++ b/template.go @@ -93,8 +93,8 @@ import ( ) // flags for Analyzer.Flag. -// If you would like to specify flags for your plugin, you can put them via `ldflags` as below. -// $ go build -buildmode=plugin -ldflags "-X 'main.flags=-opt val'" {{.ImportPath}}/plugin/{{.Pkg} +// If you would like to specify flags for your plugin, you can put them via 'ldflags' as below. +// $ go build -buildmode=plugin -ldflags "-X 'main.flags=-opt val'" {{.ImportPath}}/plugin/{{.Pkg}} var flags string // AnalyzerPlugin provides analyzers as a plugin.