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/app/app.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/app/app.go') diff --git a/internal/app/app.go b/internal/app/app.go index 946e985..4544f0f 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -4,9 +4,9 @@ import ( "context" "sync" - "github.com/loadbars/loadbars/internal/collector" - "github.com/loadbars/loadbars/internal/config" - "github.com/loadbars/loadbars/internal/display" + "codeberg.org/snonux/loadbars/internal/collector" + "codeberg.org/snonux/loadbars/internal/config" + "codeberg.org/snonux/loadbars/internal/display" ) // Run starts the loadbars application: collectors and display. -- cgit v1.2.3