Skip to content

Commit bf6a62c

Browse files
tchsskraphael
andauthored
Remove unnecesary imports of exampleServiceFile() (#3558)
in codegen/service. Co-authored-by: Raphael Simon <[email protected]>
1 parent 10d0665 commit bf6a62c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codegen/service/example_svc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func exampleServiceFile(genpkg string, _ *expr.RootExpr, svc *expr.ServiceExpr,
6868
specs := []*codegen.ImportSpec{
6969
{Path: "io"},
7070
{Path: "context"},
71-
{Path: "log"},
7271
{Path: "fmt"},
7372
{Path: "strings"},
7473
{Path: path.Join(genpkg, svcName), Name: data.PkgName},

0 commit comments

Comments
 (0)