Revert "rename maps to maps_embedded"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 77d88876f6.
This commit is contained in:
2025-07-21 21:55:13 -07:00
parent b820089a93
commit 522731d92a

View File

@@ -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);