mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 18:41:01 +08:00
- Replace log.Printf() with log.Print() for static strings - Fix 6 instances in trader/auto_trader.go (lines 262, 264, 351, 355, 359, 363) - Eliminates 'non-constant format string' warnings from go vet - No functional changes, output remains identical This follows Go best practices and improves code security by using appropriate logging functions for non-formatted strings.