From ed40fc89f72d3b818215826b6da50c10363da292 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 2 Feb 2013 09:02:43 -0800 Subject: [PATCH] Clean up the clients dir a bit Change-Id: I1fb8e188044e8a552aa02acedb92c1c9b1d75330 --- clients/go/.gitignore | 1 - clients/go/README | 1 - clients/ios-objc/README | 1 + {clients => cmd}/camgsinit/camgsinit.go | 0 old/README | 1 + {clients/go => old}/camwebdav/main.go | 0 {clients/go => old}/camwebdav/response.go | 0 {clients/go => old}/camwebdav/xml.go | 0 8 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 clients/go/.gitignore delete mode 100644 clients/go/README create mode 100644 clients/ios-objc/README rename {clients => cmd}/camgsinit/camgsinit.go (100%) create mode 100644 old/README rename {clients/go => old}/camwebdav/main.go (100%) rename {clients/go => old}/camwebdav/response.go (100%) rename {clients/go => old}/camwebdav/xml.go (100%) diff --git a/clients/go/.gitignore b/clients/go/.gitignore deleted file mode 100644 index f3c7a7c5d..000000000 --- a/clients/go/.gitignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/clients/go/README b/clients/go/README deleted file mode 100644 index cd05570d8..000000000 --- a/clients/go/README +++ /dev/null @@ -1 +0,0 @@ -TODO GO1: these should be moved to $CAMLIROOT/cmd (without a "go" path component), once they build for Go 1. diff --git a/clients/ios-objc/README b/clients/ios-objc/README new file mode 100644 index 000000000..fdafc7220 --- /dev/null +++ b/clients/ios-objc/README @@ -0,0 +1 @@ +See https://github.com/nickoneill/LACamliClient diff --git a/clients/camgsinit/camgsinit.go b/cmd/camgsinit/camgsinit.go similarity index 100% rename from clients/camgsinit/camgsinit.go rename to cmd/camgsinit/camgsinit.go diff --git a/old/README b/old/README new file mode 100644 index 000000000..d30a9fc19 --- /dev/null +++ b/old/README @@ -0,0 +1 @@ +Stuff that's old or has bitrot (e.g. pre-Go 1) and needs cleaning. diff --git a/clients/go/camwebdav/main.go b/old/camwebdav/main.go similarity index 100% rename from clients/go/camwebdav/main.go rename to old/camwebdav/main.go diff --git a/clients/go/camwebdav/response.go b/old/camwebdav/response.go similarity index 100% rename from clients/go/camwebdav/response.go rename to old/camwebdav/response.go diff --git a/clients/go/camwebdav/xml.go b/old/camwebdav/xml.go similarity index 100% rename from clients/go/camwebdav/xml.go rename to old/camwebdav/xml.go