package domain import ( "time" "golang.org/x/text/language" ) type Site struct { Language language.Tag TimeZone *time.Location Title string }