(localid string, d interface{})
| 1187 | } |
| 1188 | |
| 1189 | func templateFNserver(localid string, d interface{}) { |
| 1190 | if n := recover(); n != nil { |
| 1191 | color.Red(fmt.Sprintf("Error loading template in path (momentum/server) : %s", localid)) |
| 1192 | // log.Println(n) |
| 1193 | DebugTemplatePath(localid, d) |
| 1194 | } |
| 1195 | } |
| 1196 | |
| 1197 | var templateIDserver = "tmpl/momentum/server.tmpl" |
| 1198 |
no test coverage detected