chore: remove dead code and binary files from tracking

Remove unused global var `in`, func `strout`, func `echoConsoleInput`,
func `padRight`, func `ErrorP`, and func `ErrorF`. Inline error check
in CloseSerial. Add COM.exe and coverage.out to .gitignore.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
JiXieShi
2026-05-22 02:25:23 +08:00
parent f6eff2da22
commit 2ffb86cc17
6 changed files with 622 additions and 134 deletions
+8 -5
View File
@@ -1,5 +1,8 @@
/build/
.idea
dist/
/go.sum
/view/*
/build/
.idea
dist/
/go.sum
/view/*
.claude/
COM.exe
coverage.out