(inputPath string)
| 147 | } |
| 148 | |
| 149 | func getExposePath(inputPath string) string { |
| 150 | return inputPath[0:len(inputPath)-3] + "_ffjson_expose.go" |
| 151 | } |
| 152 | |
| 153 | func (im *InceptionMain) renderTpl(f *os.File, t *template.Template, tc *templateCtx) error { |
| 154 | buf := new(bytes.Buffer) |
no outgoing calls
no test coverage detected
searching dependent graphs…