Skip to content

Commit

Permalink
Fix a copy/paste error in proto package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bretmckee committed Feb 1, 2021
1 parent 688f0b5 commit 75effce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/api/proto/api.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";
package github.com.bretmckee.microservice.frontend.api;
option go_package = "github.com/bretmckee/microservice/backend/api";
option go_package = "github.com/bretmckee/microservice/frontend/api";

import "google/api/annotations.proto";

Expand Down

0 comments on commit 75effce

Please sign in to comment.