diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 10:04:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 10:04:14 -0500 |
| commit | 57212b9b5c5705d088446a9830c34973300a5ac3 (patch) | |
| tree | b252518889c7781fd6b5c2900fbab4acc0341405 /human.go | |
| parent | 6a1f7098d7caff6c34485b6ea8dd0876f4ab09d8 (diff) | |
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ func (f *Forge) ConfigPrintTable() { return } log.Info(standardHeader()) - all := f.Config.SortByGoPath() + all := f.Config.All() for all.Scan() { r := all.Next() log.Info(f.standardHeader(r)) |
