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