Move internal/cmd to cmd
This commit is contained in:
@@ -38,8 +38,10 @@ jobs:
|
||||
steps:
|
||||
- name: Debug env
|
||||
run: env | sort
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: false
|
||||
|
||||
2
main.go
2
main.go
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"git.maze.io/go/ham/protocol/meshcore"
|
||||
|
||||
"git.maze.io/ham/hamview"
|
||||
"git.maze.io/ham/hamview/internal/cmd"
|
||||
"git.maze.io/ham/hamview/cmd"
|
||||
)
|
||||
|
||||
type meshCoreConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user