Remove double boilerplate

This commit is contained in:
John Howard
2021-12-06 14:25:16 -08:00
parent 0f93e4da63
commit 2f7bd23e2a

View File

@@ -260,7 +260,6 @@ func Run(g *Generator) {
if len(g.Conditional) > 0 {
fmt.Fprintf(buf, "// +build %s\n\n", g.Conditional)
}
buf.Write(boilerplate)
for _, outputPackage := range outputPackages {
p := outputPackage.(*protobufPackage)