|
|
@@ -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.
|