diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 04:15:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 04:15:37 -0500 |
| commit | c5ba7ffcb12931b0507365142e73dd79cedaf901 (patch) | |
| tree | 754303589544679d71dfb07341d715c3b814fb19 /human.go | |
| parent | 192985619e462e22ef6967557bf1398a9613d0f6 (diff) | |
make autogenerated config tables. bye old cruft!
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -2,14 +2,6 @@ package forgepb -import ( - "fmt" - - "go.wit.com/lib/gui/shell" - "go.wit.com/lib/protobuf/gitpb" - "go.wit.com/log" -) - // OLD STUFF. REMOVE. USE PROTOBUF TABLES // mostly just functions related to making STDOUT @@ -19,6 +11,7 @@ import ( // so reporting tables of the status of what droplets and hypervisors // are in text columns and rows that can be easily read in a terminal +/* func standardHeader() string { return fmt.Sprintf("%-4s %-40s %s", "", "Path", "flags") } @@ -115,3 +108,4 @@ func (f *Forge) PrintReleaseReport(repos *gitpb.Repos) int { log.Info(fmt.Sprintf("total repo count = %d", count)) return count } +*/ |
