From ea22afd3e7336492433412d1ac771f4a1145b05f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Feb 2026 22:59:39 +0200 Subject: Go rewrite: loadbars with mage, default localhost, NOTICE - Module codeberg.org/snonux/loadbars, Go 1.25 - cmd/loadbars, internal/{app,config,collector,display,stats,constants,version} - SDL display, shell script for remote (no Perl), config/cluster support - Magefile: build, test, install, uninstall/deinstall - NOTICE for go-sdl2 attribution (BSD-3-Clause) - Default to localhost when no hosts given (no SSH) - Remove loadbars-go binary name; build as loadbars Co-authored-by: Cursor --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/config') diff --git a/internal/config/config.go b/internal/config/config.go index 7551a10..256484a 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -8,7 +8,7 @@ import ( "strconv" "strings" - "github.com/loadbars/loadbars/internal/constants" + "codeberg.org/snonux/loadbars/internal/constants" ) // Config holds all loadbars configuration (file + CLI). -- cgit v1.2.3