aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2011-06-10 22:32:45 +1000
committerDavid Symonds <dsymonds@golang.org>2011-06-10 22:32:45 +1000
commitb5071e92b45f63edcb6a4ef691c769307b43f32c (patch)
tree8b8409bd782ee3470a1af7e1a5cd93e4b346d635 /src/pkg/Makefile
parent09241858400a9863dbebfdd6f3a4678995898bb6 (diff)
downloadgo-b5071e92b45f63edcb6a4ef691c769307b43f32c.tar.xz
bike/shed: new package.
It comes up often enough that it's time to provide the utility of a standard package. R=r, mirtchovski, adg, rsc, n13m3y3r, ality, go.peter.90, lstoakes, iant, jan.mercl, bsiegert, robert.hencke, rogpeppe, befelemepeseveze, kevlar CC=golang-dev https://golang.org/cl/4557047
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 2d6b3d0146..a04ddc1103 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -18,6 +18,7 @@ DIRS=\
archive/zip\
asn1\
big\
+ bike/shed\
bufio\
bytes\
cmath\