mirror of
https://github.com/pgsty/minio.git
synced 2026-08-03 14:55:58 +03:00
c0b4bf0a3e
select * , select column names have been implemented for CSV. select * is implemented for JSON.
10 lines
136 B
Go
10 lines
136 B
Go
//+build !go1.7
|
|
|
|
package reflect2
|
|
|
|
import "unsafe"
|
|
|
|
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
|
|
return nil
|
|
}
|