mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
run gofmt to fix ordering of imports
This commit is contained in:
parent
bb280f29be
commit
987905149b
43 changed files with 43 additions and 43 deletions
|
@ -3,8 +3,8 @@ package quic
|
|||
import (
|
||||
"github.com/lucas-clemente/quic-go/flowcontrol"
|
||||
"github.com/lucas-clemente/quic-go/frames"
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
)
|
||||
|
||||
type streamFramer struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue