diff options
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() ) |
