Skip to content

Commit

Permalink
chore: refine rpc template in goctl (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Oct 12, 2021
1 parent 837a9ff commit 6a8638f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/goctl/rpc/generator/gencall.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import (
const (
callTemplateText = `{{.head}}
package {{.filePackage}}
import (
"context"
"google.golang.org/grpc"
{{.package}}
"github.com/tal-tech/go-zero/zrpc"
"google.golang.org/grpc"
)
type (
Expand Down

0 comments on commit 6a8638f

Please sign in to comment.