Skip to content

Commit a7ed1b3

Browse files
committed
feat:grpc:up gen
1 parent cf73d72 commit a7ed1b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protoc-gen-mix/php/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const phpBody = `<?php
4040
namespace {{ $ns.Namespace }};
4141
{{end}}
4242
use Mix\Grpc;
43-
use Mix\Context\Context;
43+
use Mix\Grpc\Context;
4444
{{- range $n := $ns.Import}}
4545
use {{ $n }};
4646
{{- end}}

protoc-gen-mix/plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func Test_Simple(t *testing.T) {
5353
if err != nil {
5454
t.Fatal(err)
5555
}
56-
defer os.RemoveAll(tmpdir)
56+
//defer os.RemoveAll(tmpdir)
5757

5858
args := []string{
5959
"-Itestdata",

0 commit comments

Comments
 (0)