upgrade x dependencies

This commit is contained in:
Shivaram Lingamneni 2025-05-18 01:27:52 -04:00
parent 0a947115d6
commit e404942d83
51 changed files with 1135 additions and 64 deletions

View file

@ -59,7 +59,7 @@ func (c CanonType) Parse(s string) (t Tag, err error) {
if changed {
tt.RemakeString()
}
return makeTag(tt), err
return makeTag(tt), nil
}
// Compose creates a Tag from individual parts, which may be of type Tag, Base,