From 75c4431895813f1db0c5dee132eadfc55ba40d53 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 18 Sep 2012 16:23:08 -0700 Subject: [PATCH] parsing --- README | 2 -- src/{44-strings.go => 44-string-fns.go} | 0 src/{xx-convert.go => xx-parse.go} | 0 3 files changed, 2 deletions(-) rename src/{44-strings.go => 44-string-fns.go} (100%) rename src/{xx-convert.go => xx-parse.go} (100%) diff --git a/README b/README index 5cbebcb..3ab0ebd 100644 --- a/README +++ b/README @@ -79,9 +79,7 @@ gobyexample.com signups * errors * compilation * time -* string conversions * oauth for google domains * connection pool * ruby enumerable * ruby string -* quoting diff --git a/src/44-strings.go b/src/44-string-fns.go similarity index 100% rename from src/44-strings.go rename to src/44-string-fns.go diff --git a/src/xx-convert.go b/src/xx-parse.go similarity index 100% rename from src/xx-convert.go rename to src/xx-parse.go