From 3e043ef0adb2ba788d960b0f29b158ab3d464766 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 21 Mar 2017 17:06:30 +0000 Subject: [PATCH] Move binaries to /cmd --- .../dendrite/{clientapi/clientapi.go => cmd/clientapi/main.go} | 0 .../matrix-org/dendrite/{tools => cmd}/create-room-events/main.go | 0 .../matrix-org/dendrite/{tools => cmd}/kafka-producer/main.go | 0 .../{roomserver => cmd}/roomserver-integration-tests/main.go | 0 .../roomserver/roomserver.go => cmd/roomserver/main.go} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/github.com/matrix-org/dendrite/{clientapi/clientapi.go => cmd/clientapi/main.go} (100%) rename src/github.com/matrix-org/dendrite/{tools => cmd}/create-room-events/main.go (100%) rename src/github.com/matrix-org/dendrite/{tools => cmd}/kafka-producer/main.go (100%) rename src/github.com/matrix-org/dendrite/{roomserver => cmd}/roomserver-integration-tests/main.go (100%) rename src/github.com/matrix-org/dendrite/{roomserver/roomserver/roomserver.go => cmd/roomserver/main.go} (100%) diff --git a/src/github.com/matrix-org/dendrite/clientapi/clientapi.go b/src/github.com/matrix-org/dendrite/cmd/clientapi/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/clientapi.go rename to src/github.com/matrix-org/dendrite/cmd/clientapi/main.go diff --git a/src/github.com/matrix-org/dendrite/tools/create-room-events/main.go b/src/github.com/matrix-org/dendrite/cmd/create-room-events/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/tools/create-room-events/main.go rename to src/github.com/matrix-org/dendrite/cmd/create-room-events/main.go diff --git a/src/github.com/matrix-org/dendrite/tools/kafka-producer/main.go b/src/github.com/matrix-org/dendrite/cmd/kafka-producer/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/tools/kafka-producer/main.go rename to src/github.com/matrix-org/dendrite/cmd/kafka-producer/main.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/roomserver-integration-tests/main.go b/src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/roomserver-integration-tests/main.go rename to src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/roomserver/roomserver.go b/src/github.com/matrix-org/dendrite/cmd/roomserver/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/roomserver/roomserver.go rename to src/github.com/matrix-org/dendrite/cmd/roomserver/main.go