forked from quic-go/quic-go
run gofmt to fix ordering of imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user