From a1343056a4103e32e231edd0ce8d1ec19811ba70 Mon Sep 17 00:00:00 2001 From: Anton Reinhard Date: Fri, 2 Jun 2023 17:51:32 +0200 Subject: [PATCH] Rename program --- .gitignore | 2 +- main.go => home_server_status.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.go => home_server_status.go (100%) diff --git a/.gitignore b/.gitignore index a3938de..bcb6af0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,4 @@ # Go workspace file go.work -main +home_server_status diff --git a/main.go b/home_server_status.go similarity index 100% rename from main.go rename to home_server_status.go