aboutsummaryrefslogtreecommitdiff
path: root/internal/config/doc.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-16 01:59:27 -0400
committerhistoria <[not public]>2026-06-16 01:59:27 -0400
commit43f21aabae8924f35c12c8485e690aeefe0089fb (patch)
treeb5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /internal/config/doc.go
parent4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff)
downloadthehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'internal/config/doc.go')
-rw-r--r--internal/config/doc.go10
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