From dbf5e2731d6d301f206c757dcd4650d0eb116f27 Mon Sep 17 00:00:00 2001 From: Ben Pate Date: Sat, 28 Sep 2024 21:04:26 -0600 Subject: [PATCH] Add hostname to startup sequence --- server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server.go b/server.go index 5e62d538..232140c6 100644 --- a/server.go +++ b/server.go @@ -58,6 +58,7 @@ func main() { fmt.Println("|_____|_| |_| |_|_|___/___/\\__,_|_| \\__, |") fmt.Println(" |___/ ") fmt.Println("") + fmt.Println(os.Hostname()) go waitForSigInt()