aboutsummaryrefslogtreecommitdiff
path: root/protoc-gen-go
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2012-09-24 13:21:21 +1000
committerDavid Symonds <dsymonds@golang.org>2012-09-24 13:21:21 +1000
commitafbae88f70c0abe52dbf5fae572325176c50dae3 (patch)
tree33d89f90db9c4920f8460ba22c804c8eafbca440 /protoc-gen-go
parent381349d798c04567231bd93057fbf0baa1e149bf (diff)
downloadprotobuf-afbae88f70c0abe52dbf5fae572325176c50dae3.tar.gz
goprotobuf: Regenerate .pb.go files.
R=r CC=golang-dev http://codereview.appspot.com/6552062
Diffstat (limited to 'protoc-gen-go')
-rw-r--r--protoc-gen-go/descriptor/descriptor.pb.go7
-rw-r--r--protoc-gen-go/plugin/plugin.pb.go7
2 files changed, 8 insertions, 6 deletions
diff --git a/protoc-gen-go/descriptor/descriptor.pb.go b/protoc-gen-go/descriptor/descriptor.pb.go
index beb3ef7..a984499 100644
--- a/protoc-gen-go/descriptor/descriptor.pb.go
+++ b/protoc-gen-go/descriptor/descriptor.pb.go
@@ -1,11 +1,12 @@
-// Code generated by protoc-gen-go from "google/protobuf/descriptor.proto"
+// Code generated by protoc-gen-go.
+// source: google/protobuf/descriptor.proto
// DO NOT EDIT!
package google_protobuf
import proto "code.google.com/p/goprotobuf/proto"
-import "encoding/json"
-import "math"
+import json "encoding/json"
+import math "math"
// Reference proto, json, and math imports to suppress error if they are not otherwise used.
var _ = proto.Marshal
diff --git a/protoc-gen-go/plugin/plugin.pb.go b/protoc-gen-go/plugin/plugin.pb.go
index 5c2d7eb..f8ba361 100644
--- a/protoc-gen-go/plugin/plugin.pb.go
+++ b/protoc-gen-go/plugin/plugin.pb.go
@@ -1,11 +1,12 @@
-// Code generated by protoc-gen-go from "google/protobuf/compiler/plugin.proto"
+// Code generated by protoc-gen-go.
+// source: google/protobuf/compiler/plugin.proto
// DO NOT EDIT!
package google_protobuf_compiler
import proto "code.google.com/p/goprotobuf/proto"
-import "encoding/json"
-import "math"
+import json "encoding/json"
+import math "math"
import google_protobuf "code.google.com/p/goprotobuf/protoc-gen-go/descriptor"
// Reference proto, json, and math imports to suppress error if they are not otherwise used.