forked from quic-go/quic-go
run gofmt to fix ordering of imports
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"io"
|
||||
"sort"
|
||||
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
"github.com/lucas-clemente/quic-go/protocol"
|
||||
"github.com/lucas-clemente/quic-go/qerr"
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
)
|
||||
|
||||
// A HandshakeMessage is a handshake message
|
||||
|
||||
Reference in New Issue
Block a user