From 8f950e38b8d9d0807738319aabcd3538bce750ce Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 23 Jan 2026 14:52:29 -0500 Subject: [PATCH] comment updated --- lazy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazy.go b/lazy.go index ac0c17a..3750850 100644 --- a/lazy.go +++ b/lazy.go @@ -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")