Skip to content

Commit

Permalink
Avoid duplicate boilerplate for .pb.go files
Browse files Browse the repository at this point in the history
  • Loading branch information
fischor committed Sep 15, 2021
1 parent 56df562 commit 39fa373
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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)
Expand Down

0 comments on commit 39fa373

Please sign in to comment.