summaryrefslogtreecommitdiff
path: root/goWork.go
diff options
context:
space:
mode:
Diffstat (limited to 'goWork.go')
-rw-r--r--goWork.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/goWork.go b/goWork.go
index afd56c9..afb09da 100644
--- a/goWork.go
+++ b/goWork.go
@@ -27,9 +27,9 @@ func (f *Forge) MakeGoWork() error {
fmt.Fprintln(workf, "")
fmt.Fprintln(workf, "use (")
- loop := f.Repos.SortByGoPath()
- for loop.Scan() {
- repo := loop.Next()
+ all := f.Repos.SortByGoPath()
+ for all.Scan() {
+ repo := all.Next()
/*
if !repo.IsGoLang() == "" {
// skip repos that aren't go