From 181f26bbcfefa5ab933707a51f7515f1bfa02f26 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 17 Aug 2011 13:36:02 +1000 Subject: 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 --- src/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/Makefile') 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\ -- cgit v1.2.1