Move internal/cmd to cmd
This commit is contained in:
@@ -38,8 +38,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Debug env
|
- name: Debug env
|
||||||
run: env | sort
|
run: env | sort
|
||||||
- uses: actions/checkout@v6
|
- name: Checkout
|
||||||
- uses: actions/setup-go@v6
|
uses: actions/checkout@v6
|
||||||
|
- name: Setup Go
|
||||||
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
check-latest: false
|
check-latest: false
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -9,7 +9,7 @@ import (
|
|||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
"github.com/urfave/cli/v3"
|
"github.com/urfave/cli/v3"
|
||||||
|
|
||||||
"git.maze.io/ham/hamview/internal/cmd"
|
"git.maze.io/ham/hamview/cmd"
|
||||||
)
|
)
|
||||||
|
|
||||||
var logger *logrus.Logger
|
var logger *logrus.Logger
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import (
|
|||||||
"git.maze.io/go/ham/protocol/aprs/aprsis"
|
"git.maze.io/go/ham/protocol/aprs/aprsis"
|
||||||
|
|
||||||
"git.maze.io/ham/hamview"
|
"git.maze.io/ham/hamview"
|
||||||
"git.maze.io/ham/hamview/internal/cmd"
|
"git.maze.io/ham/hamview/cmd"
|
||||||
)
|
)
|
||||||
|
|
||||||
type aprsisConfig struct {
|
type aprsisConfig struct {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
"git.maze.io/go/ham/protocol/meshcore"
|
"git.maze.io/go/ham/protocol/meshcore"
|
||||||
|
|
||||||
"git.maze.io/ham/hamview"
|
"git.maze.io/ham/hamview"
|
||||||
"git.maze.io/ham/hamview/internal/cmd"
|
"git.maze.io/ham/hamview/cmd"
|
||||||
)
|
)
|
||||||
|
|
||||||
type meshCoreConfig struct {
|
type meshCoreConfig struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user