forked from quic-go/quic-go
Merge pull request #2408 from lucas-clemente/update-golang-ci
update GolangCI-Lint to v1.23.8
This commit is contained in:
@@ -54,6 +54,8 @@ func (s *stream) Write(b []byte) (int, error) {
|
||||
var _ = Describe("Crypto Setup TLS", func() {
|
||||
var clientConf, serverConf *tls.Config
|
||||
|
||||
// unparam incorrectly complains that the first argument is never used.
|
||||
//nolint:unparam
|
||||
initStreams := func() (chan chunk, *stream /* initial */, *stream /* handshake */) {
|
||||
chunkChan := make(chan chunk, 100)
|
||||
initialStream := newStream(chunkChan, protocol.EncryptionInitial)
|
||||
|
||||
Reference in New Issue
Block a user