aboutsummaryrefslogtreecommitdiff
path: root/src/lib/clean.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/clean.bash')
-rwxr-xr-xsrc/lib/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/clean.bash b/src/lib/clean.bash
index 93bb64a15a..e3d7b612f3 100755
--- a/src/lib/clean.bash
+++ b/src/lib/clean.bash
@@ -6,7 +6,7 @@
rm -f $GOROOT/pkg/*
-for i in syscall os math net time
+for i in syscall os math net time http regexp
do
cd $i
make nuke