From 368359a043ea106a9e5d1a109267b3cf7eb8ba0c Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 6 Nov 2022 18:53:29 +0200 Subject: [PATCH] rename files --- cmd/{submit.go => submitter.go} | 0 cmd/{mower.go => watcher.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{submit.go => submitter.go} (100%) rename cmd/{mower.go => watcher.go} (100%) diff --git a/cmd/submit.go b/cmd/submitter.go similarity index 100% rename from cmd/submit.go rename to cmd/submitter.go diff --git a/cmd/mower.go b/cmd/watcher.go similarity index 100% rename from cmd/mower.go rename to cmd/watcher.go