Skip to content

Commit

Permalink
Merge pull request #588 from tdakkota/fix/add-multierr-to-header
Browse files Browse the repository at this point in the history
perf(gen): add multierr to header import list
  • Loading branch information
ernado authored Sep 24, 2022
2 parents e1e138f + 599099a commit 645258a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen/_template/header.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import (
"go.opentelemetry.io/otel/metric/instrument/syncint64"
"go.opentelemetry.io/otel/metric"
"go.opentelemetry.io/otel/trace"
"go.uber.org/multierr"

"github.com/ogen-go/ogen/conv"
ht "github.com/ogen-go/ogen/http"
Expand Down

0 comments on commit 645258a

Please sign in to comment.