Skip to content

Commit c8cbca9

Browse files
committed
adds unique package name for import
Signed-off-by: AYS289 <jnormantransactions@gmail.com>
1 parent f1bca09 commit c8cbca9

File tree

2 files changed

+62
-60
lines changed

2 files changed

+62
-60
lines changed

binding/format/protobuf/v2/pb/cloudevent.pb.go

Lines changed: 61 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binding/format/protobuf/v2/pb/cloudevent.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto3";
22

3-
package pb;
3+
package io.cloudevents.v1;
44

55
option go_package = "github.com/cloudevents/sdk-go/binding/format/protobuf/v2/pb";
66

0 commit comments

Comments
 (0)