From 252ce89fc0aea9536b998e29f0cd7e41019750d8 Mon Sep 17 00:00:00 2001 From: Julian Kornberger Date: Thu, 22 Dec 2016 01:10:11 +0100 Subject: [PATCH] Move main to cmd/respond-collector --- .gitignore | 3 +-- main.go => cmd/respond-collector/main.go | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename main.go => cmd/respond-collector/main.go (100%) diff --git a/.gitignore b/.gitignore index 94fec82..2f00525 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,5 @@ _testmain.go *.exe *.test *.prof -respond-collector webroot -config.yml +/config.yml diff --git a/main.go b/cmd/respond-collector/main.go similarity index 100% rename from main.go rename to cmd/respond-collector/main.go