1
0
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:
bbedward
2025-11-30 00:12:45 -05:00
parent f6874fbcad
commit dde426658f
17 changed files with 125 additions and 39 deletions

View File

@@ -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 {