1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:20:13 -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/x11\
exp/norm\
exp/spdy\
exp/sql\
exp/sql/driver\
exp/template/html\
@ -108,7 +109,6 @@ DIRS=\
http/fcgi\
http/pprof\
http/httptest\
http/spdy\
image\
image/bmp\
image/color\

View File

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