core/internal/domain/domaintest/server.go

8 lines
122 B
Go

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