From 858962da7c1851109b1f3b85076c52d78a99edf5 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 27 Sep 2019 00:01:18 -0700 Subject: [PATCH] Move main to cmd directory --- .gitignore | 2 -- main.go => cmd/update-dns/main.go | 0 2 files changed, 2 deletions(-) rename main.go => cmd/update-dns/main.go (100%) diff --git a/.gitignore b/.gitignore index 55f4dc3..336d545 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -update-dns - # ---> Go # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o diff --git a/main.go b/cmd/update-dns/main.go similarity index 100% rename from main.go rename to cmd/update-dns/main.go