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