Remove gogo/protobuf (#773)

This commit is contained in:
Jesse Peterson
2021-10-16 13:21:24 -07:00
committed by GitHub
parent 6e51f09e5f
commit 5daf4d1c84
59 changed files with 9025 additions and 22291 deletions

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package commandproto;
option go_package = "github.com/micromdm/micromdm/platform/command/internal/commandproto";
message Event {
string id = 1;
int64 time = 2;