From 8d346fe970a1b88dad906fb9d826cdeccc98fd20 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 Oct 2025 18:01:58 -0700 Subject: Remove unused flags --- roseh.moe.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'roseh.moe.go') diff --git a/roseh.moe.go b/roseh.moe.go index e9d0750..bf0a90b 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -16,10 +16,8 @@ import ( ) var ( - port = flag.Int("port", 42069, "port to listen on") - secretsFile = flag.String("secrets", "secrets", "path to the secrets file") - notepadDir = flag.String("notepad", "notepad", "directory to save user notes") - selfURL = flag.String("self-url", "http://localhost:42069", "base URL of the server") + port = flag.Int("port", 42069, "port to listen on") + selfURL = flag.String("self-url", "http://localhost:42069", "base URL of the server") serverStartTime = time.Now() ) -- cgit v1.3.1