fix templates
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
6883237766
commit
76a92df353
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user