fix templates

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-02-02 07:59:50 +03:00
parent 6883237766
commit 76a92df353
6 changed files with 20 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

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

View File

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

View File

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