Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
net
Commits
597bbe19
Commit
597bbe19
authored
Dec 03, 2014
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x/net/ipv6: use new import path for icmp
LGTM=iant R=iant CC=golang-codereviews
https://golang.org/cl/183040043
parent
e50142f8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
example_test.go
ipv6/example_test.go
+1
-1
multicast_test.go
ipv6/multicast_test.go
+1
-1
unicast_test.go
ipv6/unicast_test.go
+1
-1
No files found.
ipv6/example_test.go
View file @
597bbe19
...
@@ -11,8 +11,8 @@ import (
...
@@ -11,8 +11,8 @@ import (
"os"
"os"
"time"
"time"
"golang.org/x/net/icmp"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/icmp"
"golang.org/x/net/ipv6"
"golang.org/x/net/ipv6"
)
)
...
...
ipv6/multicast_test.go
View file @
597bbe19
...
@@ -12,8 +12,8 @@ import (
...
@@ -12,8 +12,8 @@ import (
"testing"
"testing"
"time"
"time"
"golang.org/x/net/icmp"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/icmp"
"golang.org/x/net/internal/nettest"
"golang.org/x/net/internal/nettest"
"golang.org/x/net/ipv6"
"golang.org/x/net/ipv6"
)
)
...
...
ipv6/unicast_test.go
View file @
597bbe19
...
@@ -12,8 +12,8 @@ import (
...
@@ -12,8 +12,8 @@ import (
"testing"
"testing"
"time"
"time"
"golang.org/x/net/icmp"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/icmp"
"golang.org/x/net/internal/nettest"
"golang.org/x/net/internal/nettest"
"golang.org/x/net/ipv6"
"golang.org/x/net/ipv6"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment