summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-10-14 19:22:17 -0700
committerRob Pike <r@golang.org>2008-10-14 19:22:17 -0700
commite1033402ca1125d3517e79f1dbabae9b763ec90c (patch)
treef06f7331ad0775154f3e460e2785d9ad897120e1
parente36cd17c697c44d238ae9bd15dfafda2b8a4d209 (diff)
downloadgolang-e1033402ca1125d3517e79f1dbabae9b763ec90c.tar.gz
move regexp to lib
next cl will update names and add to build R=rsc DELTA=1876 (938 added, 938 deleted, 0 changed) OCL=17149 CL=17166
-rw-r--r--src/lib/regexp/Makefile (renamed from usr/r/regexp/Makefile)0
-rw-r--r--src/lib/regexp/main.go (renamed from usr/r/regexp/main.go)0
-rw-r--r--src/lib/regexp/regexp.go (renamed from usr/r/regexp/regexp.go)0
3 files changed, 0 insertions, 0 deletions
diff --git a/usr/r/regexp/Makefile b/src/lib/regexp/Makefile
index ac466a0f1..ac466a0f1 100644
--- a/usr/r/regexp/Makefile
+++ b/src/lib/regexp/Makefile
diff --git a/usr/r/regexp/main.go b/src/lib/regexp/main.go
index c89f9b557..c89f9b557 100644
--- a/usr/r/regexp/main.go
+++ b/src/lib/regexp/main.go
diff --git a/usr/r/regexp/regexp.go b/src/lib/regexp/regexp.go
index 6535e6ef4..6535e6ef4 100644
--- a/usr/r/regexp/regexp.go
+++ b/src/lib/regexp/regexp.go