Revert "rename maps to maps_embedded"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 77d88876f6.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "git.itzana.me/strafesnet/go-grpc/maps_embedded";
|
||||
option go_package = "git.itzana.me/strafesnet/go-grpc/maps";
|
||||
|
||||
package maps_embedded;
|
||||
package maps;
|
||||
|
||||
service MapsService {
|
||||
rpc Get(IdMessage) returns (MapResponse);
|
||||
Reference in New Issue
Block a user