Lint package pkg/plugins/pluginrpc-gen

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2015-09-04 14:55:56 +02:00
parent 825f8fb744
commit 721af25e56
4 changed files with 26 additions and 18 deletions

View file

@ -72,7 +72,7 @@ func main() {
InterfaceType string
RPCName string
BuildTags map[string]struct{}
*parsedPkg
*ParsedPkg
}{toLower(*typeName), *rpcName, flBuildTags.GetValues(), pkg}
var buf bytes.Buffer