Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pro
- 日本、東京都
- 日本、東京都
Pinned
247 contributions in the last year
Contribution activity
July 2019
Created an issue in go-xorm/xorm that received 3 comments
Is it possible to Find with reflected slice?
func FindT(typ interface{}) { items := reflect.Zero(reflect.SliceOf(reflect.TypeOf(typ))).Interface() db.Find(&items) //panic: needs a pointer to a…
3
comments