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

@@ -9,7 +9,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v3"
"git.maze.io/ham/hamview/internal/cmd"
"git.maze.io/ham/hamview/cmd"
)
var logger *logrus.Logger