diff options
| author | historia <[not public]> | 2026-06-16 01:59:27 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-16 01:59:27 -0400 |
| commit | 43f21aabae8924f35c12c8485e690aeefe0089fb (patch) | |
| tree | b5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /internal/config/doc.go | |
| parent | 4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff) | |
| download | thehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz | |
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'internal/config/doc.go')
| -rw-r--r-- | internal/config/doc.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/config/doc.go b/internal/config/doc.go deleted file mode 100644 index f35aad3..0000000 --- a/internal/config/doc.go +++ /dev/null @@ -1,10 +0,0 @@ -// Package config loads YAML server configuration and provides sensible -// defaults when no config file is present. -// -// Configuration covers three listener types: telnet (raw TCP), HTTP + WebSocket, -// and HTTPS + WebSocket. Each has an enabled flag and port. The game section -// controls display settings like max terminal width. -// -// Call Load(path) to read a YAML file merged with defaults, or Default() -// for a configuration suitable for running with telnet on :4000. -package config |
