Skip to content

Adds go_package to protos where it's missing #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions proto/google/fhir/proto/fhirpath_replacement_list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ syntax = "proto3";

package google.fhir.proto;

option go_package = "github.com/google/fhir/go/proto/google/fhir/proto";

// Defines a list of fhir path expressions to be replaced.
message FHIRPathReplacementList {
repeated Replacement replacement = 1;
Expand Down
1 change: 1 addition & 0 deletions proto/google/fhir/proto/profile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import "proto/google/fhir/proto/r4/core/datatypes.proto";

option java_package = "com.google.fhir.proto";
option java_multiple_files = true;
option go_package = "github.com/google/fhir/go/proto/google/fhir/proto";

// Config containing all info needed to generate the core protos for a FHIR
// version (e.g., R4, R5).
Expand Down
1 change: 1 addition & 0 deletions proto/google/fhir/proto/protogenerator_annotations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import "google/protobuf/descriptor.proto";

option java_outer_classname = "ProtoGeneratorAnnotations";
option java_package = "com.google.fhir.proto";
option go_package = "github.com/google/fhir/go/proto/google/fhir/proto";

// This file defines extensions to FieldOptions and MessageOptions for use by
// the ProtoFilePrinter to give directives to as to how things should be
Expand Down