quic: move package out of internal

For golang/go#58547

Change-Id: I119d820824f82bfdd236c6826f960d0c934745ca
Reviewed-on: https://go-review.googlesource.com/c/net/+/566295
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
pull/205/head
Damien Neil 2024-02-22 17:31:38 -08:00
parent 591be7f10b
commit fa11427993
107 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@ import (
"path/filepath"
"sync"
"golang.org/x/net/internal/quic"
"golang.org/x/net/internal/quic/qlog"
"golang.org/x/net/quic"
"golang.org/x/net/quic/qlog"
)
var (

View File

@ -21,7 +21,7 @@ import (
"testing"
"time"
"golang.org/x/net/internal/quic/qlog"
"golang.org/x/net/quic/qlog"
)
var (

View File

@ -16,7 +16,7 @@ import (
"testing"
"time"
"golang.org/x/net/internal/quic/qlog"
"golang.org/x/net/quic/qlog"
)
func TestConnect(t *testing.T) {

View File

@ -15,7 +15,7 @@ import (
"testing"
"time"
"golang.org/x/net/internal/quic/qlog"
"golang.org/x/net/quic/qlog"
)
func TestParseLongHeaderPacket(t *testing.T) {

View File

@ -17,7 +17,7 @@ import (
"testing"
"time"
"golang.org/x/net/internal/quic/qlog"
"golang.org/x/net/quic/qlog"
)
func TestQLogHandshake(t *testing.T) {

Some files were not shown because too many files have changed in this diff Show More