From be0378f5486184b69b5da59461786477d753b8a3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Nov 2024 18:27:38 -0600 Subject: add a test example Signed-off-by: Jeff Carr --- configfile.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configfile.go') diff --git a/configfile.go b/configfile.go index c6391a6..2cab8fa 100644 --- a/configfile.go +++ b/configfile.go @@ -2,15 +2,12 @@ package repolist import ( "errors" - "io/ioutil" - "os" - "path/filepath" - "strings" "go.wit.com/lib/gui/repostatus" "go.wit.com/log" ) +/* func (v *RepoList) InitRepoList(cfgfile string) { v.cfgfile = cfgfile lines := parsecfg(cfgfile) @@ -109,6 +106,7 @@ func parsecfg(f string) []string { lines := strings.Split(out, "\n") return lines } +*/ func (rl *RepoList) ArgGitPull() bool { var localonly int -- cgit v1.2.3