f5/metautils.go
aozhiwei 2b0fde225f 1
2020-08-28 23:26:48 +08:00

10 lines
188 B
Go

package f5
func ReadCsvMetaFile(fileName string, clsName string, list interface{}) {
//listType := reflect.TypeOf(list)
//listElemType := listType.Elem()
}
func ReadJsonMetaFile() {
}