package domaintest import "github.com/brianvoe/gofakeit/v6" func RandTribeTag() string { return gofakeit.LetterN(5) }