diff options
| author | Jeff Carr <[email protected]> | 2024-12-10 14:08:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-10 14:08:02 -0600 |
| commit | b952bb8adbb6d161382fc95cf70d7e26e74c5f05 (patch) | |
| tree | edcaab835f33097da5e576f5537692b82d94786e | |
| parent | 6cf28f0591c3a21d475ccfef76dd590747c4c6a7 (diff) | |
builds
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ func main() { deps := check.GoDeps.SortByGoPath() for deps.Scan() { depRepo := deps.Next() - log.Info("download:", depRepo.GoPath) - _, err := forge.Build(depRepo.GoPath) + log.Info("check has dep:", depRepo.GoPath) } okExit("skipping build of " + argv.Repo) } |
