We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae68efb commit 835f8acCopy full SHA for 835f8ac
language/parse.go
@@ -59,7 +59,7 @@ func (c CanonType) Parse(s string) (t Tag, err error) {
59
if changed {
60
tt.RemakeString()
61
}
62
- return makeTag(tt), err
+ return makeTag(tt), nil
63
64
65
// Compose creates a Tag from individual parts, which may be of type Tag, Base,
0 commit comments