core/internal/domain/domaintest/tribe.go

8 lines
121 B
Go

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