Skip to content

Commit ef47b9d

Browse files
authored
Generate missing import (#3744)
1 parent cddbe6a commit ef47b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/example/example_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func exampleCLIMain(_ string, root *expr.RootExpr, svr *expr.ServerExpr) *codege
3333
specs := []*codegen.ImportSpec{
3434
{Path: "context"},
3535
{Path: "encoding/json"},
36+
{Path: "errors"},
3637
{Path: "flag"},
3738
{Path: "fmt"},
3839
{Path: "net/url"},

0 commit comments

Comments
 (0)