File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
// Code generated by protoc-gen-micro
|
// Code generated by protoc-gen-micro
|
||||||
package {{goPkgLastElement .File | splitArray ";" | last}}
|
package {{goPkgLastElement .File | splitArray ";" | last | replace "." "_"}}
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Code generated by protoc-gen-micro
|
// Code generated by protoc-gen-micro
|
||||||
package {{goPkgLastElement .File | splitArray ";" | last}}
|
package {{goPkgLastElement .File | splitArray ";" | last | replace "." "_"}}
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Code generated by protoc-gen-micro
|
// Code generated by protoc-gen-micro
|
||||||
// source: {{.File.Name}}
|
// source: {{.File.Name}}
|
||||||
package {{goPkgLastElement .File | splitArray ";" | last}}
|
package {{goPkgLastElement .File | splitArray ";" | last | replace "." "_"}}
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Code generated by protoc-gen-micro
|
// Code generated by protoc-gen-micro
|
||||||
// source: {{.File.Name}}
|
// source: {{.File.Name}}
|
||||||
package {{goPkgLastElement .File | splitArray ";" | last}}
|
package {{goPkgLastElement .File | splitArray ";" | last | replace "." "_"}}
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Code generated by protoc-gen-micro
|
// Code generated by protoc-gen-micro
|
||||||
// source: {{.File.Name}}
|
// source: {{.File.Name}}
|
||||||
package {{goPkgLastElement .File | splitArray ";" | last}}
|
package {{goPkgLastElement .File | splitArray ";" | last | replace "." "_"}}
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
Reference in New Issue
Block a user