updated dependencies and go
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func (c *Coll[TData]) init() {
|
||||
|
||||
example := *new(TData)
|
||||
|
||||
datatype := reflect.TypeOf(&example).Elem()
|
||||
datatype := reflect.TypeFor[TData]()
|
||||
|
||||
if datatype.Kind() == reflect.Interface {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user