diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2011-10-11 16:45:01 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2011-10-11 16:45:01 -0700 |
| commit | 9b8cdad8aa619beb3be7e912fcb23a76cb73e622 (patch) | |
| tree | a4a1745921b1b29277b31c05137b546e8c935102 /src/pkg/Makefile | |
| parent | f4cb96b4380efa8e78431124dabb6d654f05b705 (diff) | |
| download | go-9b8cdad8aa619beb3be7e912fcb23a76cb73e622.tar.xz | |
exp/spdy: move http/spdy to exp/spdy
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5238051
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 189e8f62da..e833fcfbba 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -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\ |
