This commit is contained in:
aozhiwei 2020-08-28 23:26:48 +08:00
parent 1a06b8cc01
commit 2b0fde225f

10
metautils.go Normal file
View File

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