Create isValidMediaType and isValidLanguageTag

This commit is contained in:
2024-10-16 18:30:22 +02:00
parent 39bd0776c5
commit 4fe133a394
3 changed files with 18 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module streifling.com/jason/atom-feed
go 1.23.2
require github.com/google/uuid v1.6.0
require (
github.com/google/uuid v1.6.0
golang.org/x/text v0.19.0
)