url to printf syntax

This commit is contained in:
Jeff Carr 2024-11-13 17:05:07 -06:00
parent 29551667f0
commit a397ca6f7d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import (
) )
// makes a human readable thing for standard out. // makes a human readable thing for standard out.
// https://pkg.go.dev/fmt has good references for Sprintf
func (r *RepoRow) StandardHeader() string { func (r *RepoRow) StandardHeader() string {
lastTag := r.LastTag() lastTag := r.LastTag()
tag := r.Status.NewestTag() tag := r.Status.NewestTag()