]> Cypherpunks repositories - gostls13.git/commit
net/http/cookiejar: move cookiejar from exp/cookiejar to
authorNigel Tao <nigeltao@golang.org>
Fri, 1 Mar 2013 00:15:00 +0000 (11:15 +1100)
committerNigel Tao <nigeltao@golang.org>
Fri, 1 Mar 2013 00:15:00 +0000 (11:15 +1100)
commitf29b0cf9555047693b991bf9d5c158de1f0a548a
tree25623d4d61475e5eb6c04af57317fc40ca3f9f7e
parent2145cd51e330ea39c150615339166df298eb2202
net/http/cookiejar: move cookiejar from exp/cookiejar to
net/http/cookiejar.

This is a straight rename. There are no code changes.

Fixes #1960.

R=rsc, adg
CC=dr.volker.dobler, golang-dev
https://golang.org/cl/7436043
src/pkg/net/http/cookiejar/jar.go [moved from src/pkg/exp/cookiejar/jar.go with 100% similarity]
src/pkg/net/http/cookiejar/jar_test.go [moved from src/pkg/exp/cookiejar/jar_test.go with 100% similarity]
src/pkg/net/http/cookiejar/punycode.go [moved from src/pkg/exp/cookiejar/punycode.go with 100% similarity]
src/pkg/net/http/cookiejar/punycode_test.go [moved from src/pkg/exp/cookiejar/punycode_test.go with 100% similarity]