]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/net/http/cookiejar/jar.go
all: use golang.org/x/... import paths
[gostls13.git] / src / net / http / cookiejar / jar.go
index 389ab58e4182f5d84c5d0fae15d974748e9cf4ee..0e0fac9286e47d4952c7968ad23e6763ff2528c7 100644 (file)
@@ -30,7 +30,7 @@ import (
 // set a cookie for bar.com.
 //
 // A public suffix list implementation is in the package
-// code.google.com/p/go.net/publicsuffix.
+// golang.org/x/net/publicsuffix.
 type PublicSuffixList interface {
        // PublicSuffix returns the public suffix of domain.
        //