]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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]