summaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-08-17 13:36:02 +1000
committerRob Pike <r@golang.org>2011-08-17 13:36:02 +1000
commit181f26bbcfefa5ab933707a51f7515f1bfa02f26 (patch)
tree1e93fc433123414935bf7143b06934c4062c5b58 /src/pkg/Makefile
parent4a8c7319f17fdf32bb57cd1d00765d54a2d4a243 (diff)
downloadgo-181f26bbcfefa5ab933707a51f7515f1bfa02f26.tar.gz
url: new package
This is just moving the URL code from package http into its own package, which has been planned for a while. Besides clarity, this also breaks a nascent dependency cycle the new template package was about to introduce. Add a gofix module, url, and use it to generate changes outside http and url. Sadness about the churn, gladness about some of the naming improvements. R=dsymonds, bradfitz, rsc, gustavo, r CC=golang-dev http://codereview.appspot.com/4893043
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index ec9a070bd..388e2a1d3 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -164,6 +164,7 @@ DIRS=\
time\
try\
unicode\
+ url\
utf16\
utf8\
websocket\