mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
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>
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"golang.org/x/net/internal/quic/qlog"
|
||||
"golang.org/x/net/quic/qlog"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -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) {
|
||||
@@ -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) {
|
||||
@@ -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
Reference in New Issue
Block a user