Skip to content

Commit

Permalink
feat: format import
Browse files Browse the repository at this point in the history
  • Loading branch information
Duslia committed Jul 26, 2023
1 parent 2474b88 commit 051eac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions write.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ package http2
import (
"bytes"
"fmt"
"net/http"
"net/url"

"github.com/cloudwego/hertz/pkg/common/hlog"
"github.com/cloudwego/hertz/pkg/protocol"
"github.com/cloudwego/hertz/pkg/protocol/consts"
"github.com/hertz-contrib/http2/hpack"
"github.com/hertz-contrib/http2/internal/bytesconv"
consts2 "github.com/hertz-contrib/http2/internal/consts"
"net/http"
"net/url"
)

// writeFramer is implemented by any type that is used to write frames.
Expand Down

0 comments on commit 051eac0

Please sign in to comment.