We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf73d72 commit a7ed1b3Copy full SHA for a7ed1b3
protoc-gen-mix/php/template.go
@@ -40,7 +40,7 @@ const phpBody = `<?php
40
namespace {{ $ns.Namespace }};
41
{{end}}
42
use Mix\Grpc;
43
-use Mix\Context\Context;
+use Mix\Grpc\Context;
44
{{- range $n := $ns.Import}}
45
use {{ $n }};
46
{{- end}}
protoc-gen-mix/plugin_test.go
@@ -53,7 +53,7 @@ func Test_Simple(t *testing.T) {
53
if err != nil {
54
t.Fatal(err)
55
}
56
- defer os.RemoveAll(tmpdir)
+ //defer os.RemoveAll(tmpdir)
57
58
args := []string{
59
"-Itestdata",
0 commit comments