1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:10:12 -06:00

exp/spdy: move http/spdy to exp/spdy

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5238051
This commit is contained in:
Brad Fitzpatrick 2011-10-11 16:45:01 -07:00
parent f4cb96b438
commit 9b8cdad8aa
6 changed files with 2 additions and 2 deletions

View File

@ -81,6 +81,7 @@ DIRS=\
exp/gui\ exp/gui\
exp/gui/x11\ exp/gui/x11\
exp/norm\ exp/norm\
exp/spdy\
exp/sql\ exp/sql\
exp/sql/driver\ exp/sql/driver\
exp/template/html\ exp/template/html\
@ -108,7 +109,6 @@ DIRS=\
http/fcgi\ http/fcgi\
http/pprof\ http/pprof\
http/httptest\ http/httptest\
http/spdy\
image\ image\
image/bmp\ image/bmp\
image/color\ image/color\

View File

@ -4,7 +4,7 @@
include ../../../Make.inc include ../../../Make.inc
TARG=http/spdy TARG=exp/spdy
GOFILES=\ GOFILES=\
read.go\ read.go\
types.go\ types.go\