move topo control proto into new proto infra libarary
diff --git a/go/proto/generate.go b/go/proto/generate.go
new file mode 100644
index 0000000..2f009ca
--- /dev/null
+++ b/go/proto/generate.go
@@ -0,0 +1,3 @@
+//go:generate protoc -I../../proto ../../proto/infra/control.proto --go_out=plugins=grpc:.
+
+package proto