Commit d3158639 authored by Nigel Tao's avatar Nigel Tao

go.net/publicsuffix: rename exp/cookiejar as net/http/cookiejar.

R=adg
CC=golang-dev
https://golang.org/cl/7435048
parent 91537db5
......@@ -11,8 +11,8 @@ package publicsuffix
// func PublicSuffix and func EffectiveTLDPlusOne.
import (
"exp/cookiejar"
"fmt"
"net/http/cookiejar"
"strings"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment