1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:20:03 -07:00

add http to lib build

R=r
OCL=16721
CL=16727
This commit is contained in:
Russ Cox 2008-10-08 09:46:31 -07:00
parent 047c6ec6da
commit 103fec0455

View File

@ -33,7 +33,7 @@ do
6g -o $GOROOT/pkg/$base.6 $i
done
for i in net time
for i in net time http
do
echo; echo; echo %%%% making lib/$i %%%%; echo
cd $i