@@ -0,0 +1,9 @@
package terasu
import (
"reflect"
)
func isTypeEqual(obj any, name string) bool {
return reflect.ValueOf(obj).Type().String() == name
}
The note is not visible to the blocked user.