Change URI to IRI after finding validation pattern

This commit is contained in:
2024-10-16 17:33:25 +02:00
parent b76e529ca3
commit 082e71a698
10 changed files with 41 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ import "errors"
type Logo struct {
*CommonAttributes
URI URI `xml:"uri"`
URI IRI `xml:"uri"`
}
func (l *Logo) Check() error {