9 lines
98 B
Go
9 lines
98 B
Go
package test_data
|
|
|
|
import (
|
|
"testData/model"
|
|
)
|
|
|
|
func ImportSTS8200(fileText *model.FileText) {
|
|
}
|