mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
core: fix golang-ci lints and add a config
This commit is contained in:
@@ -72,10 +72,10 @@ func (m Model) viewSelectTerminal() string {
|
||||
b.WriteString(title)
|
||||
b.WriteString("\n\n")
|
||||
|
||||
options := []struct {
|
||||
var options []struct {
|
||||
name string
|
||||
description string
|
||||
}{}
|
||||
}
|
||||
|
||||
if m.osInfo != nil && m.osInfo.Distribution.ID == "gentoo" {
|
||||
options = []struct {
|
||||
|
||||
Reference in New Issue
Block a user