Adding Golang support to the remote_protocol proto library.

--
PiperOrigin-RevId: 144348933
MOS_MIGRATED_REVID=144348933
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index f356866..5faccd3 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -46,6 +46,7 @@
     src = "command_server.proto",
 )
 
+# TODO(olaola): add Golang support.
 java_proto_library(
     name = "remote_protocol_java_proto",
     src = "remote_protocol.proto",