Files
core/reflection/scan.go
T
2023-09-02 01:18:57 +00:00

6 lines
71 B
Go

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