declare go_package in status proto
diff --git a/tensorflow/core/protobuf/status.proto b/tensorflow/core/protobuf/status.proto
index e0a9e95..634a36f 100644
--- a/tensorflow/core/protobuf/status.proto
+++ b/tensorflow/core/protobuf/status.proto
@@ -2,6 +2,8 @@
 
 package tensorflow;
 
+option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto";
+
 // If included as a payload, this message flags the Status to be a "derived"
 // Status. Used by StatusGroup to ignore certain Statuses when reporting
 // errors to end users.