]> Cypherpunks repositories - gostls13.git/commitdiff
exp/spdy: move http/spdy to exp/spdy
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 11 Oct 2011 23:45:01 +0000 (16:45 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 11 Oct 2011 23:45:01 +0000 (16:45 -0700)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5238051

src/pkg/Makefile
src/pkg/exp/spdy/Makefile [moved from src/pkg/http/spdy/Makefile with 94% similarity]
src/pkg/exp/spdy/read.go [moved from src/pkg/http/spdy/read.go with 100% similarity]
src/pkg/exp/spdy/spdy_test.go [moved from src/pkg/http/spdy/spdy_test.go with 100% similarity]
src/pkg/exp/spdy/types.go [moved from src/pkg/http/spdy/types.go with 100% similarity]
src/pkg/exp/spdy/write.go [moved from src/pkg/http/spdy/write.go with 100% similarity]

index 189e8f62da9e01313db765c63bfdca3b8ff81f73..e833fcfbba8c60f4a6cb83039a1d7fe02e376c55 100644 (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\
similarity index 94%
rename from src/pkg/http/spdy/Makefile
rename to src/pkg/exp/spdy/Makefile
index 3bec220c4b825279682e94dbebc38652b77a9a67..a2341d3f71bdb5bdb659503a192e80f5c0065e40 100644 (file)
@@ -4,7 +4,7 @@
 
 include ../../../Make.inc
 
-TARG=http/spdy
+TARG=exp/spdy
 GOFILES=\
        read.go\
        types.go\