feat: udpate mise exec logs

This commit is contained in:
engigu
2026-02-13 21:16:51 +08:00
parent ef0d256c58
commit 2d90d0921a
19 changed files with 180 additions and 63 deletions
+1
View File
@@ -18,6 +18,7 @@ func NewGoManager(language string) *GoManager {
InstallCmd: []string{"go", "install"},
UninstallCmd: []string{"go", "clean", "-i"},
ListCmd: []string{"go", "list", "..."},
VerifyCmd: []string{"go", "version"},
Separator: "@",
},
}