diff --git a/x/model/name.go b/x/model/name.go index 678288af..fbf27ba1 100644 --- a/x/model/name.go +++ b/x/model/name.go @@ -106,7 +106,7 @@ type Name struct { // ParseName parses s into a Name. The input string must be a valid string // representation of a model name in the form: // -// //:+@- +// [host/][namespace/][:tag][+build][@-] // // The name part is required, all others are optional. If a part is missing, // it is left empty in the returned Name. If a part is invalid, the zero Ref