WhspBrd/cmd/main.go
copilot-swe-agent[bot] cfedfd3550 Refactor codebase: fix formatting, error handling, and remove magic numbers
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:06:18 +00:00

10 lines
77 B
Go

package main
import (
"whspbrd/internal/tui"
)
func main() {
tui.Run()
}