x/model: mention Name.String in Name.DisplayFullest comment

This commit is contained in:
Blake Mizerany 2024-04-05 23:41:09 -07:00
parent 5e76860c47
commit e201627c63

View File

@ -196,6 +196,9 @@ func (r Name) DisplayModel() string {
// <host>/<namespace>/<model>:<tag> // <host>/<namespace>/<model>:<tag>
// //
// If any part is missing, it is omitted from the display string. // If any part is missing, it is omitted from the display string.
//
// It does not include the build part. For the fullest possible display
// string with the build, use [Name.String].
func (r Name) DisplayFullest() string { func (r Name) DisplayFullest() string {
return (Name{ return (Name{
host: r.host, host: r.host,