From 43f21aabae8924f35c12c8485e690aeefe0089fb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 01:59:27 -0400 Subject: feat: overhauled ansi color, added prompt options --- internal/config/doc.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 internal/config/doc.go (limited to 'internal/config/doc.go') 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 -- cgit v1.2.3