fix: lint error

This commit is contained in:
duorameng
2026-04-02 20:36:24 +08:00
parent ad2dbd8523
commit eda4073cad
8 changed files with 29 additions and 30 deletions
-6
View File
@@ -109,12 +109,6 @@ func (s *MiseService) fetchLiveLanguages() ([]MiseLanguage, error) {
return s.listFallback()
}
func min(a, b int) int {
if a < b {
return a
}
return b
}
func (s *MiseService) listFallback() ([]MiseLanguage, error) {
cmd := exec.Command("mise", "ls")