1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/websocket
Rob Pike 1d8f822c17 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
https://golang.org/cl/4893043
2011-08-17 13:36:02 +10:00
..
client.go url: new package 2011-08-17 13:36:02 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
server.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
websocket_test.go url: new package 2011-08-17 13:36:02 +10:00
websocket.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00