Skip to content

Commit

Permalink
Add missing import in http_client.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuntao Lu committed Aug 24, 2020
1 parent 243f482 commit 3744308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/template_bundle/template_files.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions codegen/templates/http_client.tmpl
Expand Up @@ -11,6 +11,7 @@ import (
"time"

"github.com/pkg/errors"
"github.com/uber/zanzibar/config"
zanzibar "github.com/uber/zanzibar/runtime"
"github.com/uber/zanzibar/runtime/jsonwrapper"

Expand Down

0 comments on commit 3744308

Please sign in to comment.