(xName string)
| 63 | } |
| 64 | |
| 65 | func getEnv(xName string) string { |
| 66 | envName := fmt.Sprintf("%s%s", envPrefix, xName) |
| 67 | return os.Getenv(envName) |
| 68 | } |
| 69 | |
| 70 | func getFilePath(filename, dir string) string { |
| 71 | if dir != "" { |
no outgoing calls
no test coverage detected
searching dependent graphs…