From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- internal/utils/progress.go | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 internal/utils/progress.go (limited to 'internal/utils') diff --git a/internal/utils/progress.go b/internal/utils/progress.go deleted file mode 100644 index 2adcb26a..00000000 --- a/internal/utils/progress.go +++ /dev/null @@ -1,18 +0,0 @@ -// Package utils provides misc utilities. -package utils - -import ( - "fmt" - "io" -) - -// BestEffortFprintf writes one formatted message to w. -// -// It is nil-safe and ignores write errors by design. -func BestEffortFprintf(w io.Writer, format string, args ...any) { - if w == nil { - return - } - - _, _ = fmt.Fprintf(w, format, args...) -} -- cgit v1.3.1-10-gc9f91