mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-10-23 17:48:30 +03:00
Mid refactor change some more stuff
This commit is contained in:
@@ -6,12 +6,6 @@ import (
|
||||
"github.com/fatih/color"
|
||||
)
|
||||
|
||||
// Branch : A git branch
|
||||
type Branch struct {
|
||||
Name string
|
||||
Recency string
|
||||
}
|
||||
|
||||
// GetDisplayString returns the dispaly string of branch
|
||||
// func (b *Branch) GetDisplayString() string {
|
||||
// return gui.withPadding(b.Recency, 4) + gui.coloredString(b.Name, b.getColor())
|
||||
|
Reference in New Issue
Block a user