Skip to content

Commit 492972c

Browse files
committed
fix: open api package
1 parent dbb53e5 commit 492972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapiv3/annotations.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ option java_package = "org.openapi_v3";
4141
option objc_class_prefix = "OAS";
4242

4343
// The Go package name.
44-
option go_package = "github.com/google/gnostic/openapi;openapi_v3";
44+
option go_package = "github.com/google/gnostic/openapiv3;openapi_v3";
4545

4646
extend google.protobuf.FileOptions {
4747
Document document = 1143;

0 commit comments

Comments
 (0)