| commit | fbe893ddcdf0e847ed928b77e4b17ff5ec3b8a32 | [log] [tgz] |
|---|---|---|
| author | Andrew Gerrand <adg@golang.org> | Mon Nov 10 09:04:43 2014 +1100 |
| committer | Andrew Gerrand <adg@golang.org> | Mon Nov 10 09:04:43 2014 +1100 |
| tree | 6800e59e4b01cc08dfab4cf96eb2743bc8a49808 | |
| parent | 66b3e5ee27f66da79cc3695f293932920e946d87 [diff] [blame] |
go.net: use golang.org/x/... import paths LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/167030043
diff --git a/ipv6/control_rfc2292_unix.go b/ipv6/control_rfc2292_unix.go index a70dd5f..299773a 100644 --- a/ipv6/control_rfc2292_unix.go +++ b/ipv6/control_rfc2292_unix.go
@@ -10,7 +10,7 @@ "syscall" "unsafe" - "code.google.com/p/go.net/internal/iana" + "golang.org/x/net/internal/iana" ) func marshal2292HopLimit(b []byte, cm *ControlMessage) []byte {