diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-05 18:01:58 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-05 18:04:14 -0700 |
| commit | 8d346fe970a1b88dad906fb9d826cdeccc98fd20 (patch) | |
| tree | b200f1d5ccb25abca3d3678486a8c30a70f0f59d /roseh.moe.go | |
| parent | d89b325294201d95498ae9d08f102e12ac2f2876 (diff) | |
| download | roseh.moe-8d346fe970a1b88dad906fb9d826cdeccc98fd20.tar.zst | |
Remove unused flags
Diffstat (limited to 'roseh.moe.go')
| -rw-r--r-- | roseh.moe.go | 6 |
1 files changed, 2 insertions, 4 deletions
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() ) |
