6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-07 21:04:19 +00:00

Fix smaller issues found by various linters

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 17:51:14 +02:00
parent b39f5e63fd
commit 2de126166f
5 changed files with 9 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ type Printable interface {
Path() string
Current() string
Branches() []string
BranchStatus(string) string
BranchStatus(branch string) string
WorkTreeStatus() string
Remote() string
Errors() []string