commit | f68f17085ab19c624b417a0973014d0e0e6f2ce0 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Tue Feb 04 11:13:57 2020 -0800 |
committer | Damien Neil <dneil@google.com> | Tue Feb 04 19:28:20 2020 +0000 |
tree | 1607241c9781c5497e41ed7d764f0a074189dd4e | |
parent | 886c32637fb557f6901c5c0ba0b59dca46a6dc14 [diff] [blame] |
internal/testprotos: minor .proto file fixes Add a missing syntax and package statement. Change-Id: I3c95aa055ad84fa0bbb2bbdd341b51df9359f499 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/217759 Reviewed-by: Joe Tsai <joetsai@google.com>
diff --git a/internal/testprotos/fuzz/fuzz.pb.go b/internal/testprotos/fuzz/fuzz.pb.go index 21c10c8..64f5b2c 100644 --- a/internal/testprotos/fuzz/fuzz.pb.go +++ b/internal/testprotos/fuzz/fuzz.pb.go
@@ -1,10 +1,10 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: fuzz/fuzz.proto - // Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: fuzz/fuzz.proto + package fuzz import (