🏷️ Created sample Site domain

This commit is contained in:
Maxim Lebedev 2023-11-08 04:28:18 +06:00
parent a76f1a7a8d
commit bd7237f353
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 10 additions and 0 deletions

10
internal/domain/site.go Normal file
View File

@ -0,0 +1,10 @@
package domain
import (
"golang.org/x/text/language"
)
type Site struct {
Language language.Tag
Title string
}