From d4e5a22e5312ce2d0a2a8e25d45d27971b147252 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 10 Feb 2013 04:05:28 -0800 Subject: [PATCH] rename from cmd to weed for easier "go build" --- go/{cmd => weed}/command.go | 0 go/{cmd => weed}/export.go | 0 go/{cmd => weed}/fix.go | 0 go/{cmd => weed}/master.go | 0 go/{cmd => weed}/shell.go | 0 go/{cmd => weed}/upload.go | 0 go/{cmd => weed}/version.go | 0 go/{cmd => weed}/volume.go | 0 go/{cmd => weed}/weed.go | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename go/{cmd => weed}/command.go (100%) rename go/{cmd => weed}/export.go (100%) rename go/{cmd => weed}/fix.go (100%) rename go/{cmd => weed}/master.go (100%) rename go/{cmd => weed}/shell.go (100%) rename go/{cmd => weed}/upload.go (100%) rename go/{cmd => weed}/version.go (100%) rename go/{cmd => weed}/volume.go (100%) rename go/{cmd => weed}/weed.go (100%) diff --git a/go/cmd/command.go b/go/weed/command.go similarity index 100% rename from go/cmd/command.go rename to go/weed/command.go diff --git a/go/cmd/export.go b/go/weed/export.go similarity index 100% rename from go/cmd/export.go rename to go/weed/export.go diff --git a/go/cmd/fix.go b/go/weed/fix.go similarity index 100% rename from go/cmd/fix.go rename to go/weed/fix.go diff --git a/go/cmd/master.go b/go/weed/master.go similarity index 100% rename from go/cmd/master.go rename to go/weed/master.go diff --git a/go/cmd/shell.go b/go/weed/shell.go similarity index 100% rename from go/cmd/shell.go rename to go/weed/shell.go diff --git a/go/cmd/upload.go b/go/weed/upload.go similarity index 100% rename from go/cmd/upload.go rename to go/weed/upload.go diff --git a/go/cmd/version.go b/go/weed/version.go similarity index 100% rename from go/cmd/version.go rename to go/weed/version.go diff --git a/go/cmd/volume.go b/go/weed/volume.go similarity index 100% rename from go/cmd/volume.go rename to go/weed/volume.go diff --git a/go/cmd/weed.go b/go/weed/weed.go similarity index 100% rename from go/cmd/weed.go rename to go/weed/weed.go