mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
Add simple comments to uncommented functions.
This commit is contained in:
@ -13,6 +13,7 @@ type Commit struct {
|
||||
DisplayString string
|
||||
}
|
||||
|
||||
// GetDisplayStrings is a function
|
||||
func (c *Commit) GetDisplayStrings() []string {
|
||||
red := color.New(color.FgRed)
|
||||
yellow := color.New(color.FgGreen)
|
||||
|
Reference in New Issue
Block a user