Parse flags of Analyzer for a plugin
If you would like to specify flags for your plugin, you can put them via ldflags as below.
$ skeleton pkgname
$ go build -buildmode=plugin -ldflags "-X 'main.flags=-funcs log.Fatal'" -o path_to_plugin_dir github.com/gostaticanalysis/called/plugin/calle