From aca112a3087484bf7e9443536631281dcf08a2d8 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Sun, 7 Apr 2024 22:11:06 -0700 Subject: [PATCH] x/model: update doc showing option name parts --- x/model/name.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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