additional linting issues

This commit is contained in:
christophe-duc 2026-01-07 18:51:37 -04:00
parent 364f399d26
commit bb810d0523
2 changed files with 3 additions and 3 deletions

View file

@ -8,12 +8,12 @@ import (
"runtime" "runtime"
"runtime/debug" "runtime/debug"
"github.com/go-errors/errors"
"github.com/integrii/flaggy"
"github.com/christophe-duc/lazypodman/pkg/app" "github.com/christophe-duc/lazypodman/pkg/app"
"github.com/christophe-duc/lazypodman/pkg/commands" "github.com/christophe-duc/lazypodman/pkg/commands"
"github.com/christophe-duc/lazypodman/pkg/config" "github.com/christophe-duc/lazypodman/pkg/config"
"github.com/christophe-duc/lazypodman/pkg/utils" "github.com/christophe-duc/lazypodman/pkg/utils"
"github.com/go-errors/errors"
"github.com/integrii/flaggy"
"github.com/jesseduffield/yaml" "github.com/jesseduffield/yaml"
"github.com/samber/lo" "github.com/samber/lo"
) )

View file

@ -1,10 +1,10 @@
package presentation package presentation
import ( import (
"github.com/fatih/color"
"github.com/christophe-duc/lazypodman/pkg/commands" "github.com/christophe-duc/lazypodman/pkg/commands"
"github.com/christophe-duc/lazypodman/pkg/config" "github.com/christophe-duc/lazypodman/pkg/config"
"github.com/christophe-duc/lazypodman/pkg/utils" "github.com/christophe-duc/lazypodman/pkg/utils"
"github.com/fatih/color"
) )
func GetServiceDisplayStrings(guiConfig *config.GuiConfig, service *commands.Service) []string { func GetServiceDisplayStrings(guiConfig *config.GuiConfig, service *commands.Service) []string {