Move internal/cmd to cmd
Some checks failed
Test and build / test (push) Successful in 58s
Test and build / Build (amd64, , linux) (push) Failing after 57s
Test and build / Build (arm, 6, linux) (push) Failing after 59s
Test and build / Build (arm, 7, linux) (push) Failing after 58s

This commit is contained in:
2026-02-23 15:53:37 +01:00
parent 5778cd03b0
commit a705b747b2
4 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import (
"git.maze.io/go/ham/protocol/aprs/aprsis"
"git.maze.io/ham/hamview"
"git.maze.io/ham/hamview/internal/cmd"
"git.maze.io/ham/hamview/cmd"
)
type aprsisConfig struct {