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