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