diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 18:27:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 18:27:38 -0600 |
| commit | be0378f5486184b69b5da59461786477d753b8a3 (patch) | |
| tree | d11001460150ee998feb66a3052d2034f71815d4 /configfile.go | |
| parent | 8bf3997c81db88d8401db28c86f701be014442c2 (diff) | |
add a test example
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'configfile.go')
| -rw-r--r-- | configfile.go | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
