@@ -292,6 +292,8 @@ func kindToRandom(field reflect.StructField) any {
returnnil
}
// a quick and dirty rng function to determine if nulltypes are null or
// if we will generate a random value
funcisNull()bool{
x:=rand.IntN(2)
ifx%2==0{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.