فهرست منبع

x/net/ipv6: use new import path for icmp

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/183040043
Mikio Hara 11 سال پیش
والد
کامیت
597bbe1988
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      ipv6/example_test.go
  2. 1 1
      ipv6/multicast_test.go
  3. 1 1
      ipv6/unicast_test.go

+ 1 - 1
ipv6/example_test.go

@@ -11,8 +11,8 @@ import (
 	"os"
 	"time"
 
+	"golang.org/x/net/icmp"
 	"golang.org/x/net/internal/iana"
-	"golang.org/x/net/internal/icmp"
 	"golang.org/x/net/ipv6"
 )
 

+ 1 - 1
ipv6/multicast_test.go

@@ -12,8 +12,8 @@ import (
 	"testing"
 	"time"
 
+	"golang.org/x/net/icmp"
 	"golang.org/x/net/internal/iana"
-	"golang.org/x/net/internal/icmp"
 	"golang.org/x/net/internal/nettest"
 	"golang.org/x/net/ipv6"
 )

+ 1 - 1
ipv6/unicast_test.go

@@ -12,8 +12,8 @@ import (
 	"testing"
 	"time"
 
+	"golang.org/x/net/icmp"
 	"golang.org/x/net/internal/iana"
-	"golang.org/x/net/internal/icmp"
 	"golang.org/x/net/internal/nettest"
 	"golang.org/x/net/ipv6"
 )