rename module, adjust import paths to quic-go/quic-go (#3680)

This commit is contained in:
Marten Seemann 2023-01-21 19:53:57 -08:00 committed by GitHub
parent 9488539a49
commit 58cedf7a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
316 changed files with 865 additions and 849 deletions

View file

@ -6,8 +6,9 @@ import (
"errors"
"syscall"
"github.com/lucas-clemente/quic-go/internal/utils"
"golang.org/x/sys/unix"
"github.com/quic-go/quic-go/internal/utils"
)
func setDF(rawConn syscall.RawConn) error {