diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:05:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:05:07 -0600 |
| commit | a397ca6f7d04ca0aa7bce0cc60c29d3da84bc55d (patch) | |
| tree | 490333ad70399b077530430283ddf9de831c4468 | |
| parent | 29551667f0c1bca602870caba5921d3abcbe992e (diff) | |
url to printf syntaxv0.22.13
| -rw-r--r-- | human.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ import ( ) // makes a human readable thing for standard out. +// https://pkg.go.dev/fmt has good references for Sprintf func (r *RepoRow) StandardHeader() string { lastTag := r.LastTag() tag := r.Status.NewestTag() |
