1
This commit is contained in:
parent
1a06b8cc01
commit
2b0fde225f
10
metautils.go
Normal file
10
metautils.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package f5
|
||||||
|
|
||||||
|
func ReadCsvMetaFile(fileName string, clsName string, list interface{}) {
|
||||||
|
//listType := reflect.TypeOf(list)
|
||||||
|
//listElemType := listType.Elem()
|
||||||
|
}
|
||||||
|
|
||||||
|
func ReadJsonMetaFile() {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user