From 643cdd3461007fafb1fd9284a65b54f36e55ddac Mon Sep 17 00:00:00 2001 From: BlakeMScurr Date: Fri, 30 Nov 2018 11:04:08 +1300 Subject: Add simple comments to uncommented functions. --- pkg/gui/recent_repos_panel.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/gui/recent_repos_panel.go') diff --git a/pkg/gui/recent_repos_panel.go b/pkg/gui/recent_repos_panel.go index add987b32..a146166bf 100644 --- a/pkg/gui/recent_repos_panel.go +++ b/pkg/gui/recent_repos_panel.go @@ -14,6 +14,7 @@ type recentRepo struct { path string } +// GetDisplayStrings is a function func (r *recentRepo) GetDisplayStrings() []string { yellow := color.New(color.FgMagenta) base := filepath.Base(r.path) -- cgit v1.2.3