Update go_package paths

This commit is contained in:
itzaname 2022-07-16 21:41:57 -04:00
parent 7aae646fca
commit ce2b1b31cb
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
syntax = "proto3";
option go_package = "pkg/rpc/bots";
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/bots";
package bots;

View File

@ -1,6 +1,6 @@
syntax = "proto3";
option go_package = "pkg/rpc/events";
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/events";
package events;

View File

@ -1,6 +1,6 @@
syntax = "proto3";
option go_package = "pkg/rpc/maps";
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/maps";
package maps;

View File

@ -1,6 +1,6 @@
syntax = "proto3";
option go_package = "pkg/rpc/servers";
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/servers";
import "proto/users.proto";
import "proto/maps.proto";

View File

@ -1,6 +1,6 @@
syntax = "proto3";
option go_package = "pkg/rpc/transactions";
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/transactions";
package transactions;