mirror of
https://github.com/jixishi/SerialTerminalForWindowsTerminal.git
synced 2026-08-02 18:22:18 +00:00
refactor: move all app code to internal/termapp and entry to cmd/
Consolidate remaining package main files into internal/termapp for clean separation: cmd/serialterminal/ is the sole entry point. Update .goreleaser.yaml to build from ./cmd/serialterminal. Co-Authored-By: Claude Opus 4.7 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
65c1a48f10
commit
8139162174
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/jixishi/SerialTerminalForWindowsTerminal/internal/termapp"
|
||||
|
||||
func main() {
|
||||
termapp.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user