Files
core/reflection/scan.go
T
2023-09-02 00:10:47 +00:00

6 lines
71 B
Go

package reflection
func (*Reflection[T]) scan() error {
return nil
}