GetTestFilePath return test file absolute path.
(filename string)
| 14 | |
| 15 | // GetTestFilePath return test file absolute path. |
| 16 | func GetTestFilePath(filename string) string { |
| 17 | return filepath.Join(testDataPath, filename) |
| 18 | } |
no outgoing calls
searching dependent graphs…