comment updated

This commit is contained in:
2026-01-23 14:52:29 -05:00
parent e8ceac6f88
commit 8f950e38b8

View File

@@ -111,7 +111,7 @@ func RandomGenerate(m Config) (*Mock, error) {
// converts basic reflect Kind's to psuedo-random data, slices are given a random amount of entries
func kindToRandom(field reflect.StructField) any {
//this isn't ideal, but since the sql types are structs they were being filled in a weird
//manner. For now we check those types first, clean this up later.
//manner. For now we check those types first, and will clean this up later.
switch field.Type {
case reflect.TypeOf(sql.NullTime{}):
fmt.Println("found nulltime")