diff options
Diffstat (limited to 'goSrcScan.go')
| -rw-r--r-- | goSrcScan.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/goSrcScan.go b/goSrcScan.go index a50dbb2..f43aed1 100644 --- a/goSrcScan.go +++ b/goSrcScan.go @@ -68,6 +68,9 @@ func gitDirectoriesNew(srcDir string) ([]string, error) { case "go.work.last": default: // todo: figure out a way to do padding for init() + if trip == false { + log.Info("WARNING:") + } log.Info("WARNING: you have an untracked file outside of any .git repository:", path) trip = true } @@ -141,7 +144,7 @@ func (f *Forge) rillScanDirs(gopaths []string) (int, error) { // Read users from the API. // Concurrency = 20 dirs := rill.Map(ids, 20, func(id string) (*gitpb.Repo, error) { - return f.NewGoPathRepo(id) + return f.NewGoRepo(id, "") }) var counter int |
