Skip to content

Commit

Permalink
fix: Remove library version from test headers (#175)
Browse files Browse the repository at this point in the history
This checksum creates diffs on every test file, on every generator run (e.g. #173 ). This makes it hard to spot the substantial changes.

Removing this for now to make reviewing these prs simpler.

part of #168
  • Loading branch information
muncus authored Jun 22, 2023
1 parent dd77933 commit 86fd204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/templates/validationtest.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// versions:
// protoc {{ .ProtocVersion }}
// protoc-gen-go {{ .ProtocGenGoVersion }}
// protoc-gen-go-googlecetypes {{ .LibraryVersion }}
// source: {{ .SourceFile }}

package {{ .Pkg }}_test
Expand Down

0 comments on commit 86fd204

Please sign in to comment.