Skip to content

Commit

Permalink
Merge pull request #10 from ymotongpoo/patch-1
Browse files Browse the repository at this point in the history
Change back tick to single quote
  • Loading branch information
tenntenn authored Jun 15, 2020
2 parents 1ef067b + bd7d760 commit 7f8b37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f8b37f

Please sign in to comment.