Skip to content

Commit

Permalink
feat:grpc:up gen
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Jul 14, 2021
1 parent cf73d72 commit a7ed1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protoc-gen-mix/php/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const phpBody = `<?php
namespace {{ $ns.Namespace }};
{{end}}
use Mix\Grpc;
use Mix\Context\Context;
use Mix\Grpc\Context;
{{- range $n := $ns.Import}}
use {{ $n }};
{{- end}}
Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-mix/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Test_Simple(t *testing.T) {
if err != nil {
t.Fatal(err)
}
defer os.RemoveAll(tmpdir)
//defer os.RemoveAll(tmpdir)

args := []string{
"-Itestdata",
Expand Down

0 comments on commit a7ed1b3

Please sign in to comment.