forked from quic-go/quic-go
update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499)
* run gofmt -s -w * stop using the deprecated io/ioutil package * update golangci-lint action to v3, golangci-lint to v1.48.0
This commit is contained in:
@@ -25,6 +25,7 @@ func toEncLevel(v uint8) protocol.EncryptionLevel {
|
||||
}
|
||||
|
||||
// Fuzz fuzzes the QUIC frames.
|
||||
//
|
||||
//go:generate go run ./cmd/corpus.go
|
||||
func Fuzz(data []byte) int {
|
||||
if len(data) < PrefixLen {
|
||||
|
||||
Reference in New Issue
Block a user